fix: revert to GITHUB_SERVER_URL for git clone (runner URL now public)
This commit is contained in:
parent
af3c20b274
commit
78acae7947
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
git wireguard-tools pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl
|
||||
git clone --depth=1 https://forge.provvedo.com/${GITHUB_REPOSITORY}.git .
|
||||
git clone --depth=1 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
|
||||
git checkout ${GITHUB_SHA}
|
||||
|
||||
- name: Install uv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue