We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb4181 commit 736382eCopy full SHA for 736382e
.github/actions/setup-samples-staging/action.yml
@@ -32,7 +32,7 @@ runs:
32
shell: bash
33
working-directory: ./amplify-js-samples-staging
34
env:
35
- BRANCH: ${{ github.head_ref || github.ref_name }}
+ BRANCH: ${{ github.ref_name }}
36
run: |
37
if git ls-remote --exit-code --heads origin refs/heads/$BRANCH; then
38
# Corresponding branch on sample repo exists, check it out
0 commit comments