We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf5474 commit 1828e75Copy full SHA for 1828e75
1 file changed
.github/workflows/discord.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Send Discord Embed via Curl
12
run: |
13
PAYLOAD=$(jq -n --arg author "${{ github.actor }}" \
14
- --arg author_avatar "${{ github.actor.avatar.url }}" \
+ --arg author_avatar "${{ github.actor.author_avatar.url }}" \
15
--arg message "${{ github.event.head_commit.message }}" \
16
--arg url "${{ github.event.head_commit.url }}" \
17
--arg timestamp "${{ github.event.head_commit.timestamp }}" \
@@ -25,7 +25,7 @@ jobs:
25
"color": 3101622,
26
"footer": {
27
"icon_url": $author_avatar,
28
- "text": $author
+ "text": "Pushed by " + $author
29
},
30
"timestamp": $timestamp
31
}
0 commit comments