Skip to content

Commit 736382e

Browse files
author
Ahmed Hamouda
committed
test: revert workflow change, test against main samples with fixes
1 parent cdb4181 commit 736382e

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
@@ -32,7 +32,7 @@ runs:
3232
shell: bash
3333
working-directory: ./amplify-js-samples-staging
3434
env:
35-
BRANCH: ${{ github.head_ref || github.ref_name }}
35+
BRANCH: ${{ github.ref_name }}
3636
run: |
3737
if git ls-remote --exit-code --heads origin refs/heads/$BRANCH; then
3838
# Corresponding branch on sample repo exists, check it out

0 commit comments

Comments
 (0)