Experiment with expressions in workflows

This commit is contained in:
Joey Hafner 2024-02-15 01:28:55 -08:00
parent 1fc2372e85
commit 802533dceb

View File

@ -50,4 +50,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: '{{ EVENT_PAYLOAD.repository.full_name }} deployed to fighter'
args: '${{ github.repository }} deploy to fighter: ${{ job.status }}'