Skip to content

Commit

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

build(deps): Bump sarisia/actions-status-discord from 1.15.1 to 1.15.2
  • Loading branch information
JamesKunstle authored Jan 23, 2025
2 parents da9c555 + d3c7738 commit 3bf5b9b
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 @@ -265,7 +265,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@8aa2e3c0e53de9c2d03c1ad676f570f2073bca60 # v1.15.2
with:
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand All @@ -277,7 +277,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@8aa2e3c0e53de9c2d03c1ad676f570f2073bca60 # v1.15.2
with:
webhook: ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand Down

0 comments on commit 3bf5b9b

Please sign in to comment.