Skip to content

Commit

Permalink
Fix branch name in sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 20, 2024
1 parent 1fd5f98 commit 53e0597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
path: server
sparse-checkout: |
${BRANCH_NAME}
${{ env.BRANCH_NAME }}
- name: Clear any old build of this branch
run: if [ -d "${BRANCH_NAME}" ] ; then rm -rf "${BRANCH_NAME}" ; fi
working-directory: ./server
Expand Down

0 comments on commit 53e0597

Please sign in to comment.