Spaces:
Sleeping
Sleeping
Randy Paffenroth
commited on
Commit
·
7dd255f
1
Parent(s):
7874560
Improved message
Browse files
.github/workflows/discord-notification.yml
CHANGED
@@ -14,6 +14,6 @@ jobs:
|
|
14 |
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
15 |
run: |
|
16 |
curl -X POST -H "Content-Type: application/json" \
|
17 |
-
-d "{\"content\": \"A new commit was pushed to the main branch by $GITHUB_ACTOR
|
18 |
$DISCORD_WEBHOOK_URL
|
19 |
|
|
|
14 |
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
15 |
run: |
|
16 |
curl -X POST -H "Content-Type: application/json" \
|
17 |
+
-d "{\"content\": \"A new commit was pushed to the main branch by $GITHUB_ACTOR. :smile: Ponytails rock!\"}" \
|
18 |
$DISCORD_WEBHOOK_URL
|
19 |
|