From 81c9e2e698a2276c48d46c4ce8cea8bbe0ef5c19 Mon Sep 17 00:00:00 2001 From: valmojr Date: Sat, 11 Nov 2023 15:24:47 -0300 Subject: [PATCH] =?UTF-8?q?adicionado=20branch=20dev=20para=20o=20mod=20Fa?= =?UTF-8?q?ctions=20Dev=20e=20a=C3=A7=C3=A3o=20de=20publish=20direto=20par?= =?UTF-8?q?a=20o=20mod=20p=C3=BAblico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prepublish.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prepublish.yml b/.github/workflows/prepublish.yml index 4a9f162..aa5d349 100644 --- a/.github/workflows/prepublish.yml +++ b/.github/workflows/prepublish.yml @@ -1,4 +1,4 @@ -name: Publish +name: Publish(Dev) on: push: @@ -41,11 +41,11 @@ jobs: webhook-url: ${{ secrets.DISCORD_WEBHOOK }} username: Fábio avatar-url: https://s.glbimg.com/jo/g1/f/original/2010/07/07/milhem-cortaztropadeelite-2.jpg - embed-title: ${{ github.repository }} ATUALIZADO E PUBLICADO! + embed-title: ${{ github.repository }} ATUALIZADO E PUBLICADO(DEV)! embed-url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} autorizado e mod (dev) atualizado no Steam Workshop! embed-author-name: ${{ github.actor }} - embed-author-url: https://github.com/${{ github.actor }} + embed-author-url: https://avatars.githubusercontent.com/${{ github.actor }} embed-author-icon-url: https://avatars.githubusercontent.com/${{ github.actor }} embed-footer-icon-url: https://avatars.githubusercontent.com/${{ github.repository_owner }} embed-footer-text: ${{ github.repository_owner }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2cf4cc3..15444c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,9 +43,9 @@ jobs: avatar-url: https://s.glbimg.com/jo/g1/f/original/2010/07/07/milhem-cortaztropadeelite-2.jpg embed-title: ${{ github.repository }} ATUALIZADO E PUBLICADO! embed-url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' - embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} autorizado e mod (dev) atualizado no Steam Workshop! + embed-description: Commit ${{ github.sha }} - ${{ github.event.head_commit.message }} autorizado e mod atualizado no Steam Workshop! embed-author-name: ${{ github.actor }} - embed-author-url: https://github.com/${{ github.actor }} + embed-author-url: https://avatars.githubusercontent.com/${{ github.actor }} embed-author-icon-url: https://avatars.githubusercontent.com/${{ github.actor }} embed-footer-icon-url: https://avatars.githubusercontent.com/${{ github.repository_owner }} embed-footer-text: ${{ github.repository_owner }}