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 aba9773 commit ce9b6c4Copy full SHA for ce9b6c4
.github/workflows/merge-acm-flow.yaml
@@ -267,7 +267,7 @@ jobs:
267
id: konflux-pr-exists
268
if: github.event_name != 'pull_request' && failure()
269
run: |
270
- PR_URL=$(gh pr list --json url --jq '.[0].url' --repo ${{ inputs.downstream }} --state open | grep -i konflux)
+ PR_URL=$(gh pr list --repo ${{ inputs.downstream }} --state open | grep -i konflux)
271
echo "PR_URL=$PR_URL"
272
if [ ! -n "$PR_URL" ]; then
273
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT
0 commit comments