mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:53:28 +00:00
updated discord webhook on github publish workflow
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -40,9 +40,9 @@ jobs:
|
||||
with:
|
||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
username: ARMATAK
|
||||
avatar-url: https://media.githubusercontent.com/media/${{ github.actor }}/${{ github.repository }}/main/files/picture.png
|
||||
avatar-url: https://media.githubusercontent.com/media/${{ github.repository }}/main/files/picture.png
|
||||
embed-title: ${{ github.repository }} Updated and Published
|
||||
embed-url: 'https://github.com/${{ github.actor }}/${{ github.repository }}'
|
||||
embed-url: 'https://github.com/${{ github.repository }}'
|
||||
embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} authorized and updated on Steam Workshop!
|
||||
embed-author-name: ${{ github.actor }}
|
||||
embed-author-url: https://github.com/${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user