Skip to content

Commit 713c826

Browse files
authored
Merge pull request #263 from aws-amplify/update-test-branch
chore: default staging test branch to 'main' unless specified
2 parents 4d04574 + 7673758 commit 713c826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-samples-staging/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535
working-directory: ./amplify-js-samples-staging
3636
env:
37-
BRANCH: next-geo
37+
BRANCH: ${{ github.ref_name }}
3838
run: |
3939
if git ls-remote --exit-code --heads origin $BRANCH >/dev/null 2>&1; then
4040
# Branch exists, checkout and echo success message

0 commit comments

Comments
 (0)