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 76f1880 commit dc2e08fCopy full SHA for dc2e08f
1 file changed
.github/workflows/discord.yml
@@ -11,9 +11,10 @@ jobs:
11
steps:
12
- name: Send commit to Discord
13
uses: ilshidur/action-discord@master
14
+ env:
15
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
16
with:
17
args: >
- ${{ secrets.DISCORD_WEBHOOK }}
18
"Neuer Commit auf **${{ github.repository }}**:
19
${{ github.actor }} hat gepusht:
20
${{ github.event.head_commit.message }}"
0 commit comments