Skip to content

Commit 76f1880

Browse files
authored
Update discord.yml
1 parent 1cb62bd commit 76f1880

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/discord.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: Discord Commit Notification
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
push:
5+
branches:
6+
- main
77

88
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 }}
9+
notify:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Send commit to Discord
13+
uses: ilshidur/action-discord@master
14+
with:
15+
args: >
16+
${{ secrets.DISCORD_WEBHOOK }}
17+
"Neuer Commit auf **${{ github.repository }}**:
18+
${{ github.actor }} hat gepusht:
19+
${{ github.event.head_commit.message }}"

0 commit comments

Comments
 (0)