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 3642780 commit 91f2c9bCopy full SHA for 91f2c9b
.github/workflows/release-prepare.yml
@@ -43,7 +43,7 @@ jobs:
43
44
if [ -n "${pr_number}" ]; then
45
echo "Updating PR #${pr_number}"
46
- existing_comment_id=$(hub api "/repos/${GITHUB_REPOSITORY}/issues/${pr_number}/comments" | jq '.[] | select(.user.login=="${GITHUB_USERNAME}") | .id')
+ existing_comment_id=$(hub api "/repos/${GITHUB_REPOSITORY}/issues/${pr_number}/comments" | jq ".[] | select(.user.login==\"${GITHUB_USERNAME}\") | .id")
47
else
48
echo "Opening PR"
49
hub pull-request -b "${RELEASE_BRANCH}" -h develop -F <(echo "${pr_body}") > /tmp/pr.json
0 commit comments