Spaces:
Build error
Build error
jakewatson91 commited on
Commit ·
bac6920
1
Parent(s): c68ffcd
Update discord_notification.yml
Browse files
.github/workflows/discord_notification.yml
CHANGED
|
@@ -14,5 +14,5 @@ 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
|
|
|
|
| 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. For Gondor! :crossed_swords:\"}" \
|
| 18 |
$DISCORD_WEBHOOK_URL
|