mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 20:43:10 -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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd $HOME
|
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##*/}
|
pip3 install --user --no-deps ./${REP##*/}
|
||||||
env:
|
env:
|
||||||
REP: ${{github.repository}}
|
REP: ${{github.repository}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user