Skip to content

Commit

Permalink
fix(ci): make the workflow checkout the forked repository and be more…
Browse files Browse the repository at this point in the history
… strict
  • Loading branch information
gagik committed Feb 20, 2025
1 parent 48d8786 commit 6a892da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-build-from-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Setup Node.js Environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6a892da

Please sign in to comment.