Skip to content

Commit

Permalink
chore: default staging test branch to 'main' unless specified
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvn committed Jan 17, 2025
1 parent 4d04574 commit 7673758
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:
shell: bash
working-directory: ./amplify-js-samples-staging
env:
BRANCH: next-geo
BRANCH: ${{ github.ref_name }}
run: |
if git ls-remote --exit-code --heads origin $BRANCH >/dev/null 2>&1; then
# Branch exists, checkout and echo success message
Expand Down

0 comments on commit 7673758

Please sign in to comment.