mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Fixed notify condition.
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arguments: ${{ matrix.target }}
|
arguments: ${{ matrix.target }}
|
||||||
- name: Notify Discord If Failed
|
- name: Notify Discord If Failed
|
||||||
if: ${{ cancelled() }}
|
if: ${{ failure() }}
|
||||||
uses: nitecon/discord-action@v2
|
uses: nitecon/discord-action@v2
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
|||||||
Reference in New Issue
Block a user