From edb9cdb1f52382399fa30d8d4ce2f483534ac4d9 Mon Sep 17 00:00:00 2001 From: ashika112 Date: Wed, 5 Jun 2024 10:21:21 -0700 Subject: [PATCH] update to use v5-stable --- .github/actions/setup-samples-staging/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-samples-staging/action.yml b/.github/actions/setup-samples-staging/action.yml index 9a2902614cd..0405185a360 100644 --- a/.github/actions/setup-samples-staging/action.yml +++ b/.github/actions/setup-samples-staging/action.yml @@ -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