Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced1c7e

Browse files
authored
chore: setup ci for PRs from forks (#992)
* chore: setup ci for PRs from forks
1 parent 8df99ea commit ced1c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
if: github.ref != 'refs/heads/master'
6464
with:
6565
ref: ${{ github.event.pull_request.head.ref }}
66+
repository: ${{github.event.pull_request.head.repo.full_name}}
6667
fetch-depth: 0
6768

6869
- name: Derive appropriate SHAs for base and head for `nx affected` commands

0 commit comments

Comments
 (0)