diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e9d64d2..e53c71bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -105,7 +105,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c1a57b7..d23eef25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}