We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d04574 + 7673758 commit 713c826Copy full SHA for 713c826
.github/actions/setup-samples-staging/action.yml
@@ -34,7 +34,7 @@ runs:
34
shell: bash
35
working-directory: ./amplify-js-samples-staging
36
env:
37
- BRANCH: next-geo
+ BRANCH: ${{ github.ref_name }}
38
run: |
39
if git ls-remote --exit-code --heads origin $BRANCH >/dev/null 2>&1; then
40
# Branch exists, checkout and echo success message
0 commit comments