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 b206a68 commit 9b28516Copy full SHA for 9b28516
.github/workflows/release.yml
@@ -90,8 +90,8 @@ jobs:
90
if [ -n "$COMMIT_LINES" ]; then
91
FILTERED_CHANGELOG="${FILTERED_CHANGELOG}${COMMIT_LINES}\n"
92
else
93
- COMMIT_MSG=$(git log --format="%s" -n 1 $sha)
94
- AUTHOR=$(gh api repos/:owner/:repo/commits/$sha --jq '.author.login // .commit.author.name')
+ COMMIT_MSG=$(git log --format=\"%s\" -n 1 $sha)
+ AUTHOR=$(gh api repos/:owner/:repo/commits/$sha --jq '.author.login')
95
FILTERED_CHANGELOG="${FILTERED_CHANGELOG}* $COMMIT_MSG by @$AUTHOR\n"
96
fi
97
done
0 commit comments