Skip to content

Commit

Permalink
[discord-notify] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 24, 2021
1 parent 417f7b0 commit 71dbadd
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": "{{ EVENT_PAYLOAD.compare }}", "icon_url": "${{ github.actor.avatar_url }}" } , "title": "New Push from ${{ github.actor}}: `{{ EVENT_PAYLOAD.push.ref }}` ", "description": "Commit delta: {{ EVENT_PAYLOAD.push.before }} → {{ EVENT_PAYLOAD.push.before }}\nCompare changes: {{ EVENT_PAYLOAD.push.compare }}\nCommits: ${{ join(EVENT_PAYLOAD.push.commits.*.url) }}"}]}'
DISCORD_EMBEDS: '{"embeds": [{"author": { "name": "${{ github.actor }}", "url": "{{ EVENT_PAYLOAD.compare }}", "icon_url": "${{ github.actor.avatar_url }}" } , "title": "New Push from ${{ github.actor}}: `{{ EVENT_PAYLOAD.push.ref }}` ", "description": "Commit delta: {{ EVENT_PAYLOAD.push.before }} → {{ EVENT_PAYLOAD.push.before }}\nCompare changes: {{ EVENT_PAYLOAD.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 71dbadd

Please sign in to comment.