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 5bd9637 commit ba63cf0Copy full SHA for ba63cf0
.github/workflows/issue_comp_link-issue-to-pr.yml
@@ -148,8 +148,7 @@ jobs:
148
-H "Authorization: Bearer ${{ env.GH_TOKEN }}" \
149
-H "X-GitHub-Api-Version: 2022-11-28" \
150
https://api.github.com/repos/${{ github.repository }}/issues/${{ steps.determine_issue.outputs.final_issue_number }}/comments \
151
- | jq -c .
152
- )"
+ | jq -c .)
153
154
echo "comments=$comments" >> "$GITHUB_OUTPUT"
155
0 commit comments