Skip to content

Commit

Permalink
GitHub, please explain how version 6.0.0 does not match version 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirStendec committed Oct 9, 2024
1 parent aaff2b6 commit 01bac0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Report Success
if: success()
uses: tsickert/discord-webhook@v6
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-color: 3066993
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Report Failure
if: failure()
uses: tsickert/discord-webhook@v6
uses: tsickert/discord-webhook@v6.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-color: 15158332
Expand Down

0 comments on commit 01bac0e

Please sign in to comment.