We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faffc76 commit 7ab7dc5Copy full SHA for 7ab7dc5
1 file changed
.github/workflows/version.yml
@@ -65,7 +65,7 @@ jobs:
65
--arg title "WaspLib Plugins Version $TAG_NAME" \
66
--arg desc "${{ github.event.workflow_run.head_commit.message }}\n\nDownload: https://github.com/WaspScripts/wasp-plugins/releases/tag/$TAG_NAME" \
67
--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 }}" \
+ --arg foot "Author: ${{ github.event.head_commit.author.name }}" \
69
--argjson color 16742912 \
70
'{embeds:[{title:$title,description:$desc,url:$url,color:$color,footer:{text:$foot}}]}')
71
curl \
0 commit comments