Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2021-03-11 15:06:56 +0300
committerLukáš Hrázký <lhrazky@redhat.com>2021-03-11 15:06:56 +0300
commit112038753053ba218d9866a4bc133c68f22294a8 (patch)
tree1dacb10f2ccf39829a96bf49374ff38e264b38e7
parent474d582995d2120e1f4d9eff494f00437761a076 (diff)
CI: Unify the repository name data path
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 53dc09d..57dd2ac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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