Spaces:
Build error
Build error
jakewatson91 commited on
Commit ·
c68ffcd
1
Parent(s): 3291c03
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. :smile:
|
| 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. :smile: For Gondor! :crossed_swords:\"}" \
|
| 18 |
$DISCORD_WEBHOOK_URL
|