Skip to content

Commit

Permalink
test konflux update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Aug 8, 2024
1 parent aba9773 commit ce9b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
id: konflux-pr-exists
if: github.event_name != 'pull_request' && failure()
run: |
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)
echo "PR_URL=$PR_URL"
if [ ! -n "$PR_URL" ]; then
echo "konflux_pr_exists=1" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ce9b6c4

Please sign in to comment.