Skip to content

Commit

Permalink
[discord-notify] fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 24, 2021
1 parent de053b8 commit 6acab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-notify.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
args: |
${{ github.actor }} pushed to `${{ github.event.ref }}`
env:
DISCORD_EMBEDS: '{"embeds": [{"author": { "name": "${{ github.actor }}", "url": "${{ github.event.compare }}", "icon_url": "${{ github.actor.avatar_url }}" } , "title": "New Push from ${{ github.actor}}: `${{ github.event.push.ref }}` ", "description": "Commit delta: ${{ github.event.push.before }} → ${{ github.event.push.before }}\nCompare changes: ${{ github.event.push.compare }}\nCommits: ${{ join(github.event.push.commits.*.message, \'\n * \'") }}"}]}'
DISCORD_EMBEDS: '{"embeds": [{"author": { "name": "${{ github.actor }}", "url": "${{ github.event.compare }}", "icon_url": "${{ github.actor.avatar_url }}" } , "title": "New Push from ${{ github.actor}}: `${{ github.event.push.ref }}` ", "description": "Commit delta: ${{ github.event.push.before }} → ${{ github.event.push.before }}\nCompare changes: ${{ github.event.push.compare }}\nCommits: ${{ join(github.event.push.commits.*.url) }}"}]}'

- name: GEF PR Notification
uses: Ilshidur/action-discord@0.3.2
Expand Down

0 comments on commit 6acab61

Please sign in to comment.