fix: replace actions/checkout with git clone (no Node.js required)
Some checks failed
Build & Deploy APK / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 20:10:11 +01:00
parent cdd22a2d4b
commit ccba87e754

View File

@@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 run: |
git clone --depth 1 --branch "${GITHUB_REF_NAME}" \
"${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
- name: Validate environment - name: Validate environment
run: | run: |