1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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 }}