Skip to content

Commit

Permalink
test pr exists
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Jul 19, 2024
1 parent e1d71d9 commit 06a6f81
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 @@ -246,7 +246,7 @@ jobs:
push-to-fork: ${{ inputs.sandbox }}
push-to-fork-token: ${{ steps.cloner.outputs.token }}
- name: Check if PR exists using gh cli
if : steps.create-pr.outcome == 'failure'
if: steps.create-pr.outcome == 'failure'
id: pr-exists
env:
GH_TOKEN: ${{ steps.pr.outputs.token }}
Expand Down

0 comments on commit 06a6f81

Please sign in to comment.