Atualizar .github/workflows/build.yml
Some checks failed
Build Eleventy / build (push) Has been cancelled

This commit is contained in:
天クマ 2026-05-13 22:53:36 -03:00
commit 90461e32d5

View file

@ -41,7 +41,7 @@ jobs:
git config --global user.name "Forgejo Actions"
git config --global user.email "actions@localhost"
REPO_URL=https://inspiran.beetal-castor.ts.net/${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