Skip to content

Commit

Permalink
CI: Use target repository name, not the one from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Hrázký committed Mar 11, 2021
1 parent d649d79 commit 5bdce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check out sources
uses: actions/checkout@v2
with:
path: gits/${{github.event.pull_request.head.repo.name}}
path: gits/${{github.event.pull_request.repository.name}}
ref: ${{github.event.pull_request.head.sha}} # check out the PR HEAD
fetch-depth: 0

Expand Down

0 comments on commit 5bdce42

Please sign in to comment.