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 @@ -265,7 +265,7 @@ jobs:
265265
266266 - name : Send Discord notification for failure
267267 if : failure() && steps.check_pr.outputs.is_pr == 'false'
268- uses : sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
268+ uses : sarisia/actions-status-discord@8aa2e3c0e53de9c2d03c1ad676f570f2073bca60 # v1.15.2
269269 with :
270270 webhook : ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
271271 status : ${{ job.status }}
@@ -277,7 +277,7 @@ jobs:
277277
278278 - name : Send Discord notification for success
279279 if : success() && steps.check_pr.outputs.is_pr == 'false'
280- uses : sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
280+ uses : sarisia/actions-status-discord@8aa2e3c0e53de9c2d03c1ad676f570f2073bca60 # v1.15.2
281281 with :
282282 webhook : ${{ secrets.SON_OF_JEEVES_DISCORD_WEBHOOK }}
283283 status : ${{ job.status }}
You can’t perform that action at this time.
0 commit comments