Skip to content

Commit

Permalink
added channel for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Jan 20, 2025
1 parent b0b3d50 commit a89821a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
url: ${{ secrets.ACTIORD_URL }}
icon: https://avatars1.githubusercontent.com/u/26773913?s=200&v=4
state: started
discord_channel: 354703318695673857

build-win:
name: Test Windows
Expand Down Expand Up @@ -77,10 +78,12 @@ jobs:
url: ${{ secrets.ACTIORD_URL }}
icon: https://avatars1.githubusercontent.com/u/26773913?s=200&v=4
state: succeeded
discord_channel: 354703318695673857

- uses: inlife/actiord-action@v1
if: ${{ !(contains(needs.build-mac.result, 'success') && contains(needs.build-lin.result, 'success') && contains(needs.build-win.result, 'success')) }}
with:
url: ${{ secrets.ACTIORD_URL }}
icon: https://avatars1.githubusercontent.com/u/26773913?s=200&v=4
state: failed
discord_channel: 354703318695673857

0 comments on commit a89821a

Please sign in to comment.