Skip to content

Commit

Permalink
Previous commit always returns true
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 22, 2024
1 parent 2be0799 commit a921f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/create-orm-update-pull-request
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
echo

echo "##[section]Check for existing pull request"
echo $( gh pr list -B ${BRANCH} -H orm-update ) && {
echo $( gh pr list -B ${BRANCH} -H orm-update ) | grep orm-update && {
echo Pull request already exists. Stopping here.
exit
} || {
Expand Down

0 comments on commit a921f00

Please sign in to comment.