fix the incorrect url of medusa/spt-server-ci
This commit is contained in:
2
.github/workflows/build-nightly-cron.yaml
vendored
2
.github/workflows/build-nightly-cron.yaml
vendored
@@ -372,7 +372,7 @@ jobs:
|
|||||||
echo "server=$server" > trigger.nightly
|
echo "server=$server" > trigger.nightly
|
||||||
git add trigger.nightly
|
git add trigger.nightly
|
||||||
git commit -m "🤖 up to \`$server\`."
|
git commit -m "🤖 up to \`$server\`."
|
||||||
REMOTE_URL="https://medusa:${{ secrets.GIT_PUSH_TO_SPT }}@${{ env.SERVER_DOMAIN }}/${{ env.REPOSITORY_SERVER_CI }}.git"
|
REMOTE_URL="https://medusa:${{ secrets.GIT_PUSH_TO_SPT }}@dev.sp-tarkov.com/${{ env.REPOSITORY_SERVER_CI }}.git"
|
||||||
git remote set-url origin "$REMOTE_URL"
|
git remote set-url origin "$REMOTE_URL"
|
||||||
git push
|
git push
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
server=48517846263143a3809505a96544c57fab6ec52f
|
server=73eae5bd94281524ee9edf96fa4add276087a655
|
||||||
|
|||||||
Reference in New Issue
Block a user