fix(deploy): avoid external checkout action

This commit is contained in:
qzl
2026-04-30 11:17:00 +08:00
parent 98f4a8d07a
commit c2ba1442a3
+3 -1
View File
@@ -14,7 +14,9 @@ jobs:
IMAGE_SIZE_LIMIT_BYTES: 500000000
steps:
- name: Check out repository
uses: actions/checkout@v4
run: |
set -euo pipefail
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
- name: Validate ECR configuration
run: |