Skip to content

Commit

Permalink
fix: with gh to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanshadikrishad committed Feb 20, 2025
1 parent 19c3e3d commit 7a89acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
fetch-depth: 0

- name: Checkout PR branch
run: git checkout ${{ github.event.pull_request.head.ref }}
- name: Checkout PR
run: gh pr checkout ${{ github.event.pull_request.number }}

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 7a89acf

Please # to comment.