Skip to content

Commit

Permalink
Use action-discord v3: the _fixed_ ruby version (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Mar 11, 2023
1 parent 066149b commit 8ec83e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8ec83e3

Please sign in to comment.