Skip to content

Commit

Permalink
Command test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Jan 26, 2024
1 parent cc5fbf0 commit 8d1677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-samples-staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
env:
BRANCH: ${{ github.ref_name }}
run: |
(git ls-remote --exit-code --heads origin refs/heads/$BRANCH)
queryOutput=$(git ls-remote --exit-code --heads origin refs/heads/$BRANCH)
branchQueryCode=$?
if [ "$branchQueryCode" -eq 0 ]; then
# Corresponding branch on sample repo exists, check it out
Expand Down

0 comments on commit 8d1677e

Please sign in to comment.