Skip to content

Commit 7ab7dc5

Browse files
committed
fix: notification author name
1 parent faffc76 commit 7ab7dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--arg title "WaspLib Plugins Version $TAG_NAME" \
6666
--arg desc "${{ github.event.workflow_run.head_commit.message }}\n\nDownload: https://github.com/WaspScripts/wasp-plugins/releases/tag/$TAG_NAME" \
6767
--arg url "https://github.com/WaspScripts/wasp-plugins/commit/${{ github.event.workflow_run.head_commit.id }}" \
68-
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
68+
--arg foot "Author: ${{ github.event.head_commit.author.name }}" \
6969
--argjson color 16742912 \
7070
'{embeds:[{title:$title,description:$desc,url:$url,color:$color,footer:{text:$foot}}]}')
7171
curl \

0 commit comments

Comments
 (0)