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:
parent
066149bb63
commit
8ec83e3de6
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -97,10 +97,11 @@ jobs:
|
||||||
run: ""
|
run: ""
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
uses: zzak/action-discord/.github/workflows/notify.yml@main
|
runs-on: ubuntu-latest
|
||||||
if: always() && github.ref_name == 'main'
|
if: always() && github.ref_name == 'main'
|
||||||
needs: test
|
needs: test
|
||||||
secrets:
|
steps:
|
||||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
- uses: zzak/action-discord@v3
|
||||||
with:
|
with:
|
||||||
result: ${{ needs.test.result }}
|
result: ${{ needs.test.result }}
|
||||||
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue