mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
[action] Correctly fetch the right branch in the CI
This commit is contained in:
parent
3569c277a9
commit
b790c00187
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd $HOME
|
||||
git clone https://github.com/${REP} --depth=1 --branch ${GITHUB_REF##*/}
|
||||
git clone https://github.com/${REP} --depth=1 --branch ${GITHUB_REF##*heads/}
|
||||
pip3 install --user --no-deps ./${REP##*/}
|
||||
env:
|
||||
REP: ${{github.repository}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user