mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Webhook on success & failure
This commit is contained in:
parent
2a11f71f63
commit
aa3ef9729b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -172,7 +172,7 @@ jobs:
|
|||
run: ./gradlew neoforge:modrinth
|
||||
|
||||
- name: Notify Discord
|
||||
if: ${{ github.repository == 'GeyserMC/Geyser' }}
|
||||
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Geyser' }}
|
||||
uses: GeyserMC/actions/notify-discord@master
|
||||
with:
|
||||
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue