Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Nov 16, 2023
1 parent 3aadfc8 commit b88b294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:

- name: check out trigger branch
run: |
git fetch origin ${{ github.head_ref }}
git checkout ${{ github.head_ref }}
git fetch origin $BRANCH
git checkout $BRANCH
env:
BRANCH: ${{ github.head_ref }}

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b88b294

Please sign in to comment.