Files
ecoarkpywhl/.gitea/workflows
root cdc816467d
All checks were successful
EcoArk Wheel Pipeline CI / validate (push) Successful in 1s
fix: replace actions/checkout with native git clone to remove GitHub dependency
The workflow previously used actions/checkout@v4 which fetches from GitHub.
Gitea runner cannot access GitHub due to timeout. Replace with inline
git init + fetch using GITHUB_SERVER_URL / GITHUB_REPOSITORY env vars
provided by Gitea Actions runtime.
2026-05-13 12:00:48 +08:00
..