Skip to content

Commit

Permalink
Bump hugoalh/send-discord-webhook-ghaction from 7.0.0 to 7.0.2
Browse files Browse the repository at this point in the history
Bumps [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction) from 7.0.0 to 7.0.2.
- [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases)
- [Commits](hugoalh/send-discord-webhook-ghaction@v7...v7.0.2)

---
updated-dependencies:
- dependency-name: hugoalh/send-discord-webhook-ghaction
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 4b6b842 commit 444b687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
path: CHANGELOG-${{ steps.info.outputs.projectsuffix }}.md
- name: Send Discord message
if: ${{ steps.mod_changes.outputs.changed == 'true' }}
uses: "hugoalh/[email protected].0"
uses: "hugoalh/[email protected].2"
with:
key: ${{ secrets.DISCORD_WEBHOOK }}
content: "${{ steps.mod_changes.outputs.markdown }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
name: changelog
path: CHANGELOG-${{ steps.info.outputs.projectsuffix }}.md
- name: Send Discord message
uses: hugoalh/[email protected].1
uses: hugoalh/[email protected].2
if: ${{ steps.info.outputs.diff != '' }}
with:
key: ${{ secrets.DISCORD_WEBHOOK_DEV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
echo "markdown=$message" >> $GITHUB_OUTPUT
- name: Send Discord message
uses: "hugoalh/[email protected].0"
uses: "hugoalh/[email protected].2"
with:
key: ${{ secrets.DISCORD_WEBHOOK_ANNOUNCEMENTS }}
username: "UnderBot"
Expand Down

0 comments on commit 444b687

Please sign in to comment.