Update discord-webhook.yml

test in quotes
main
SolDev69 2 years ago
parent 784a6b325a
commit f6aed471a1

@ -15,7 +15,7 @@ jobs:
uses: tsickert/discord-webhook@v5.3.0 uses: tsickert/discord-webhook@v5.3.0
with: with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-title: "A new commit has been pushed to the Cursed Creations archive." embed-title: ${{ github.event.repository.name }}
embed-description: ${{ github.event.head_commit.message }} embed-description: "A new commit has been pushed to the Cursed Creations archive: ${{ github.event.head_commit.message }}"
username: "Github Webhook" username: "Github Webhook"
avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
Loading…
Cancel
Save