Skip to content

Commit 193a4b4

Browse files
Bump appleboy/discord-action from 1.0.0 to 1.1.0
Bumps [appleboy/discord-action](https://github.com/appleboy/discord-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/appleboy/discord-action/releases) - [Changelog](https://github.com/appleboy/discord-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/discord-action@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: appleboy/discord-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de737d2 commit 193a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Notify on success
119119
# If the site was successfully built and indexed
120120
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
122122
with:
123123
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
124124
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131131
- name: Notify on failure
132132
# If the site failed at any point
133133
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
135135
with:
136136
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
137137
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

0 commit comments

Comments
 (0)