File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
echo '' >> $GITHUB_ENV
258
258
echo 'EOF' >> $GITHUB_ENV
259
259
- name : Discord Webhook Action
260
- uses : tsickert/discord-webhook@v5.4 .0
260
+ uses : tsickert/discord-webhook@v6.0 .0
261
261
if : ${{ github.event.inputs.stable == 'true' || github.ref == 'refs/heads/main' }}
262
262
with :
263
263
webhook-url : ${{ secrets.WEBHOOK_URL }}
@@ -269,7 +269,7 @@ jobs:
269
269
Download it here: https://docs.qeck.linwood.dev/downloads
270
270
https://github.com/LinwoodDev/qeck/releases/tag/v${{ env.QECK_VERSION }}
271
271
- name : Discord Webhook Action
272
- uses : tsickert/discord-webhook@v5.4 .0
272
+ uses : tsickert/discord-webhook@v6.0 .0
273
273
if : ${{ github.event.inputs.stable == 'false' && github.ref == 'refs/heads/develop' }}
274
274
with :
275
275
webhook-url : ${{ secrets.WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments