Use action-discord v3: the _fixed_ ruby version (#1908)

This commit is contained in:
zzak 2023-03-11 12:06:29 +09:00 committed by GitHub
parent 066149bb63
commit 8ec83e3de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -97,10 +97,11 @@ jobs:
run: ""
notify:
uses: zzak/action-discord/.github/workflows/notify.yml@main
runs-on: ubuntu-latest
if: always() && github.ref_name == 'main'
needs: test
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
result: ${{ needs.test.result }}
steps:
- uses: zzak/action-discord@v3
with:
result: ${{ needs.test.result }}
webhook: ${{ secrets.DISCORD_WEBHOOK }}