Skip to content

Commit

Permalink
Fix remote branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP authored Jul 6, 2023
1 parent df23c3a commit dd05b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
SET_UPSTREAM_FLAG=""
cd swift-engine-toolkit
REMOTE_BRANCH=$(git ls-remote --heads origin $BRANCH | grep $BRANCH)
REMOTE_BRANCH=$(git ls-remote --heads origin $BRANCH)
if [ -z "$REMOTE_BRANCH" ]
then
Expand Down

0 comments on commit dd05b8c

Please sign in to comment.