File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227
228228 - name : Send Discord notification for failure
229229 if : failure() && steps.check_pr.outputs.is_pr == 'false'
230- uses : sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
230+ uses : sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
231231 with :
232232 webhook : ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
233233 status : ${{ job.status }}
@@ -239,7 +239,7 @@ jobs:
239239
240240 - name : Send Discord notification for success
241241 if : success() && steps.check_pr.outputs.is_pr == 'false'
242- uses : sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
242+ uses : sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
243243 with :
244244 webhook : ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
245245 status : ${{ job.status }}
You can’t perform that action at this time.
0 commit comments