fix: checkout from Gitea repository URL
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git init .
|
||||
git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git"
|
||||
git remote add origin "https://git.copse.top/root/Jyotisha.git"
|
||||
git fetch --no-tags origin "${GITEA_SHA}"
|
||||
git checkout --detach "${GITEA_SHA}"
|
||||
- name: Verify Linux runner toolchain
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git init .
|
||||
git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git"
|
||||
git remote add origin "https://git.copse.top/root/Jyotisha.git"
|
||||
git fetch --no-tags origin main "${GITEA_SHA}"
|
||||
git checkout --detach "${GITEA_SHA}"
|
||||
- name: Build, publish, and deploy immutable staging images
|
||||
|
||||
Reference in New Issue
Block a user