We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1234694 commit 0da9088Copy full SHA for 0da9088
.github/workflows/release.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Discord notification
34
env:
35
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
36
- uses: Ilshidur/action-discord@master
37
- with:
38
- args: '{{ EVENT_PAYLOAD.repository.full_name }} version {{ EVENT_PAYLOAD.release.name }} is out!'
+ uses: Ilshidur/action-discord@master
+ with:
+ args: '{{ EVENT_PAYLOAD.repository.full_name }} version {{ EVENT_PAYLOAD.release.name }} is out!'
0 commit comments