Skip to content

Commit

Permalink
Merge pull request #488 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
mergify[bot] authored Jan 20, 2025
2 parents 30952e2 + 9f969fe commit 3b110a4
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 @@ -226,7 +226,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 @@ -238,7 +238,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 3b110a4

Please sign in to comment.