Atualizar .github/workflows/build.yml
Some checks failed
Build Eleventy / build (push) Failing after 2m35s

This commit is contained in:
天クマ 2026-05-13 22:46:37 -03:00
commit 00e4380563

View file

@ -41,7 +41,7 @@ jobs:
git config --global user.name "Forgejo Actions"
git config --global user.email "actions@localhost"
REPO_URL="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git"
REPO_URL=https://inspiran.beetal-castor.ts.net/${GITHUB_REPOSITORY}.git"
AUTH_URL="$(printf '%s\n' "$REPO_URL" | sed "s#^https://#https://oauth2:${TOKEN}@#")"
git clone "$AUTH_URL" deploy