Skip to content

Commit

Permalink
Merge pull request #220 from instructlab/dependabot/github_actions/sa…
Browse files Browse the repository at this point in the history
…risia/actions-status-discord-1.15.3

build(deps): bump sarisia/actions-status-discord from 1.15.1 to 1.15.3
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 7842f14 + c2f03f9 commit 7daeaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-nvidia-l40s-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Send Discord notification for failure
if: failure() && steps.check_pr.outputs.is_pr == 'false'
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
with:
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand All @@ -239,7 +239,7 @@ jobs:

- name: Send Discord notification for success
if: success() && steps.check_pr.outputs.is_pr == 'false'
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
with:
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand Down

0 comments on commit 7daeaec

Please sign in to comment.