Skip to content

Commit

Permalink
fix: check with PR forked branches
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi authored May 7, 2024
1 parent 7376e6c commit a83854a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref || github.event.inputs.branch || 'main' }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit a83854a

Please sign in to comment.