Url fixed.
This commit is contained in:
2
.github/workflows/build-nightly-cron.yaml
vendored
2
.github/workflows/build-nightly-cron.yaml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Clone Server
|
||||
run: |
|
||||
git clone -b ${{ env.NIGHTLY_BRANCH }} --depth=1 https://git.rui.he.cn:3000/SP-Tarkov/server-csharp.git /snapshot
|
||||
git clone -b ${{ env.NIGHTLY_BRANCH }} --depth=1 ${{ env.SERVER_URL }}/${{ env.REPOSITORY_SPT_SERVER }}.git /snapshot
|
||||
cd /snapshot
|
||||
git lfs pull
|
||||
|
||||
|
||||
Reference in New Issue
Block a user