fix: checkout public local demo repo
Some checks failed
Build and deploy demo app / deploy (push) Failing after 1s

This commit is contained in:
ningning 2026-06-26 12:07:42 +08:00
parent e83e55a5f2
commit 39c531d9d0

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout
run: |
set -eu
git clone "http://x-access-token:${GITHUB_TOKEN}@gitea:3000/${GITHUB_REPOSITORY}.git" .
git clone "http://gitea:3000/${GITHUB_REPOSITORY}.git" .
git checkout "$GITHUB_SHA"
- name: Show context