Skip to content

Commit

Permalink
Merge pull request #80 from juraj-hrivnak/dependabot/github_actions/h…
Browse files Browse the repository at this point in the history
…ugoalh/send-discord-webhook-ghaction-7.0.0

Bump hugoalh/send-discord-webhook-ghaction from 6.0.2 to 7.0.0
  • Loading branch information
juraj-hrivnak authored Sep 24, 2024
2 parents caeb8be + e784aba commit 058c9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/send-discord-webhook-ghaction@v6.0.2"
uses: "hugoalh/send-discord-webhook-ghaction@v7.0.0"
with:
key: ${{ secrets.DISCORD_WEBHOOK }}
content: "${{ steps.mod_changes.outputs.markdown }}"
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/send-discord-webhook-ghaction@v6.0.2"
uses: "hugoalh/send-discord-webhook-ghaction@v7.0.0"
with:
key: ${{ secrets.DISCORD_WEBHOOK_ANNOUNCEMENTS }}
username: "UnderBot"
Expand Down

0 comments on commit 058c9e0

Please sign in to comment.