From 90461e32d51ae333c3f2af6dda7796fffebad2c4 Mon Sep 17 00:00:00 2001 From: tenkuma Date: Wed, 13 May 2026 22:53:36 -0300 Subject: [PATCH] Atualizar .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b988690..b6f4287 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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