Skip to content

Commit

Permalink
fix: allow pull requests from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Oct 31, 2023
1 parent c65e3f0 commit 231dd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down

0 comments on commit 231dd83

Please sign in to comment.