Skip to content

Commit

Permalink
Update build-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomFaighter committed Oct 28, 2023
1 parent a7a81c2 commit 228a226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ jobs:
with:
severity: info
details: Test Succeeded!
text: .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
webhookUrl: ${{ secrets.ACT_EQ_DISCORD_WEBHOOK }}
- name: Test Failure
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
details: Test Failed!
text: .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
webhookUrl: ${{ secrets.ACT_EQ_DISCORD_WEBHOOK }}
- name: Test Cancelled
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
details: Test Cancelled!
text: .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
webhookUrl: ${{ secrets.ACT_EQ_DISCORD_WEBHOOK }}

0 comments on commit 228a226

Please sign in to comment.