Fix broken deploy step arg
This commit is contained in:
parent
8f39f15df7
commit
ac2bdf7c66
2
5etools-docker/.github/workflows/ci_cd.yml
vendored
2
5etools-docker/.github/workflows/ci_cd.yml
vendored
@ -86,4 +86,4 @@ jobs:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@master
|
||||
with:
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}. Triggered with ${{ EVENT_PAYLOAD.action }}'
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}.'
|
Loading…
Reference in New Issue
Block a user