Atualizar .github/workflows/build.yml
Some checks failed
Build Eleventy / build (push) Has been cancelled
Some checks failed
Build Eleventy / build (push) Has been cancelled
This commit is contained in:
parent
2d46395b86
commit
90461e32d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue