mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
fix no such remote 'github' error
This commit is contained in:
parent
a8cdaa61e8
commit
f359c63225
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
||||
- run: git add docs
|
||||
- run: git -c user.name=octocat -c user.email=octocat@github.com commit -m docs
|
||||
- run: git remote set-url github "https://${NAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
- run: git remote add github "https://${NAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
env:
|
||||
NAME: octocat
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue