From dd54f355d44656639b9c334b975d082b14962faa Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Tue, 6 Aug 2024 22:59:57 -0300 Subject: [PATCH] updated discord webhook on github publish workflow --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 39e7b7c..96dc7fc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }}