Skip to content

Commit

Permalink
ci: discord potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 8, 2024
1 parent f895610 commit 2dc8a4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/discord-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send message to Discord
uses: Ilshidur/action-discord@master
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: 'Hello from GitHub Actions!'
name: Discord notification
env:
DISCORD_WEBHOOK: ${{secrets.DISCORD_WEBHOOK}}
DISCORD_EMBEDS: '[{ "title":"${{github.event.head_commit.message}}", "footer":{"text":"Pushed by ${{github.event.head_commit.author.name}}"} }]'
uses: Ilshidur/action-discord@master

0 comments on commit 2dc8a4a

Please sign in to comment.