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 1cb62bd commit 76f1880Copy full SHA for 76f1880
1 file changed
.github/workflows/discord.yml
@@ -1,19 +1,19 @@
1
name: Discord Commit Notification
2
3
on:
4
- push:
5
- branches:
6
- - main
+ push:
+ branches:
+ - main
7
8
jobs:
9
- notify:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Send commit to Discord
13
- uses: ilshidur/action-discord@master
14
- with:
15
- webhook: ${{ secrets.DISCORD_WEBHOOK }}
16
- message: |
17
- Neuer Commit auf **${{ github.repository }}**:
18
- ${{ github.actor }} hat gepusht:
19
- ${{ github.event.head_commit.message }}
+ notify:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Send commit to Discord
+ uses: ilshidur/action-discord@master
+ with:
+ args: >
+ ${{ secrets.DISCORD_WEBHOOK }}
+ "Neuer Commit auf **${{ github.repository }}**:
+ ${{ github.actor }} hat gepusht:
+ ${{ github.event.head_commit.message }}"
0 commit comments