Skip to content

Commit

Permalink
updated the auto merge step for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 7, 2024
1 parent 2aece14 commit 79912a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-yaml-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Verify PR is merged
run: |
prState = gh pr view 674 --json state --jq '.state'
prState = $(gh pr view 674 --json state --jq '.state')
if ["$prState" == "MERGED"]
echo "PR 674 is merged"
Expand Down

0 comments on commit 79912a1

Please sign in to comment.