Add information to notif
This commit is contained in:
parent
a3c352a4cd
commit
1319eff9fd
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -43,4 +43,4 @@ jobs:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@master
|
||||
with:
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'
|
||||
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}. Triggered by ${{ EVENT_PAYLOAD.sender }} with ${{ EVENT_PAYLOAD.action }}'
|
||||
Loading…
Reference in New Issue
Block a user