From 616dde575566a678bb360f3a4d86f797d17d679f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:35:51 -0600 Subject: [PATCH] Bump appleboy/discord-action from 1.0.0 to 1.1.0 (#199) 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](https://github.com/appleboy/discord-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d098f3..ccf19a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -118,7 +118,7 @@ jobs: - name: Notify on success # If the site was successfully built and indexed if: needs.build.result == 'success' && needs.deploy.result == 'success' - uses: appleboy/discord-action@v1.0.0 + uses: appleboy/discord-action@v1.1.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} @@ -131,7 +131,7 @@ jobs: - name: Notify on failure # If the site failed at any point if: needs.build.result == 'failure' || needs.deploy.result == 'failure' - uses: appleboy/discord-action@v1.0.0 + uses: appleboy/discord-action@v1.1.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}