Skip to content

Commit

Permalink
update to use v5-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 committed Jun 5, 2024
1 parent c01757a commit edb9cdb
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 @@ -32,7 +32,7 @@ runs:
shell: bash
working-directory: ./amplify-js-samples-staging
env:
BRANCH: ${{ github.ref_name }}
BRANCH: v5-stable
run: |
if git ls-remote origin $BRANCH | grep -q refs/heads/$BRANCH$; then
# Branch exists, checkout and echo success message
Expand Down

0 comments on commit edb9cdb

Please sign in to comment.