From 41de728448c0b84c2c21cfd5565050aa17b7fc1e Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Fri, 2 Aug 2024 02:51:13 -0300 Subject: [PATCH] fixed the urls on discord wehooks --- .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 3a4b8a7..99bdb87 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/valmojr/armatak/main/files/picture.png + avatar-url: https://github.com/valmojr embed-title: ${{ github.repository }} Updated and Published - embed-url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' + embed-url: 'https://github.com/valmojr/armatak' 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 }}