Skip to content

Commit

Permalink
CI: Unify the repository name data path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Hrázký committed Mar 11, 2021
1 parent 5bdce42 commit 93c76f5
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.repository.name}}
path: gits/${{github.event.repository.name}}
ref: ${{github.event.pull_request.head.sha}} # check out the PR HEAD
fetch-depth: 0

Expand Down

0 comments on commit 93c76f5

Please sign in to comment.