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 228a226 commit b4e38c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
username: ACT EverQuest DPS Plugin
severity: info
details: Test Succeeded!
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
Expand All @@ -53,6 +54,7 @@ jobs:
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
username: ACT EverQuest DPS Plugin
severity: error
details: Test Failed!
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
Expand All @@ -61,6 +63,7 @@ jobs:
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
username: ACT EverQuest DPS Plugin
severity: warn
details: Test Cancelled!
text: ACT EverQuest DPS Plugin .NET Framework Version ${{ matrix.dotnetFrameworkVersion }}
Expand Down

0 comments on commit b4e38c6

Please sign in to comment.