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 @@ -118,7 +118,7 @@ jobs:
118
118
- name : Notify on success
119
119
# If the site was successfully built and indexed
120
120
if : needs.build.result == 'success' && needs.deploy.result == 'success'
121
- uses : appleboy/discord-action@v1.0 .0
121
+ uses : appleboy/discord-action@v1.1 .0
122
122
with :
123
123
webhook_id : ${{ secrets.DISCORD_WEBHOOK_ID }}
124
124
webhook_token : ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131
131
- name : Notify on failure
132
132
# If the site failed at any point
133
133
if : needs.build.result == 'failure' || needs.deploy.result == 'failure'
134
- uses : appleboy/discord-action@v1.0 .0
134
+ uses : appleboy/discord-action@v1.1 .0
135
135
with :
136
136
webhook_id : ${{ secrets.DISCORD_WEBHOOK_ID }}
137
137
webhook_token : ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
You can’t perform that action at this time.
0 commit comments