Skip to content

Commit 30c4338

Browse files
committed
Fetch all branches from remote repository
1 parent 6fad7b8 commit 30c4338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-test-with-github-hosted-runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
cp ~/config-injection/envs/.env.${{ env.NODE_ENV }} ${{ env.PROJECT_PATH }}/.env &&
3838
cd ${{ env.PROJECT_PATH }} &&
3939
git checkout ${{ env.BRANCH_NAME }} &&
40+
git fetch --all &&
4041
git reset --hard origin/${{ env.BRANCH_NAME }} &&
4142
git pull origin ${{ env.BRANCH_NAME }} &&
4243
bash script/prebuild.sh &&

0 commit comments

Comments
 (0)