Skip to content

Commit

Permalink
Update testbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0ptim committed Feb 6, 2023
1 parent 1e4ff12 commit 3f1580a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- name: Prettify code
Expand All @@ -31,6 +32,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- name: Setup Node
Expand Down

0 comments on commit 3f1580a

Please sign in to comment.