diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 85ff87d..afef18a 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -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}}