|
|
@ -16,6 +16,6 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
|
|
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
|
|
|
embed-title: ${{ github.event.repository.name }}
|
|
|
|
embed-title: ${{ github.event.repository.name }}
|
|
|
|
embed-description: "A new commit has been pushed to the repository: \n${{ github.event.head_commit.message }}"
|
|
|
|
embed-description: ${{ 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
|
|
|
|