Skip to content

Commit ce9b6c4

Browse files
committed
test konflux update
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent aba9773 commit ce9b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-acm-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
id: konflux-pr-exists
268268
if: github.event_name != 'pull_request' && failure()
269269
run: |
270-
PR_URL=$(gh pr list --json url --jq '.[0].url' --repo ${{ inputs.downstream }} --state open | grep -i konflux)
270+
PR_URL=$(gh pr list --repo ${{ inputs.downstream }} --state open | grep -i konflux)
271271
echo "PR_URL=$PR_URL"
272272
if [ ! -n "$PR_URL" ]; then
273273
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)