Skip to content

Commit

Permalink
ci: 👷 uodate discord notification actions version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RigoQuinck committed May 2, 2024
1 parent 4d6450a commit 305f9c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 211 deletions.
27 changes: 0 additions & 27 deletions .github/actions/notify-discord/action.yaml

This file was deleted.

172 changes: 0 additions & 172 deletions .github/actions/notify-discord/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/notify-discord/package.json

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/devops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ jobs:

- name: Notify Discord
if: always()
uses: quinck-io/actions-notify-discord@v2.0.1
uses: quinck-io/actions-notify-discord@v2.0.2
with:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
projectName: ${{ env.PROJECT_NAME }}
testResultsUrl: ${{ steps.testsreport.outputs.url_html }}
sonarProjectKey: quinck-io_collections
sonarQualityGateStatus: ${{ steps.sonarqube-quality-gate-check.outputs.quality-gate-status }}

Expand Down Expand Up @@ -105,7 +106,7 @@ jobs:
- name: Notify Discord
if: always()
uses: quinck-io/actions-notify-discord@v2.0.1
uses: quinck-io/actions-notify-discord@v2.0.2
with:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand Down

0 comments on commit 305f9c7

Please sign in to comment.