[action] Correctly fetch the right branch in the CI
This commit is contained in:
parent
3569c277a9
commit
b790c00187
|
@ -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…
Reference in New Issue