mirror of
https://github.com/kou029w/_.git
synced 2025-02-24 17:55:16 +00:00
rename to bot
This commit is contained in:
parent
a851c51022
commit
4f7c6626c0
1 changed files with 3 additions and 5 deletions
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
|
@ -16,9 +16,7 @@ jobs:
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
||||||
- run: git add docs
|
- run: git add docs
|
||||||
- run: git -c user.name=octocat -c user.email=octocat@github.com commit -m docs
|
- run: git -c user.name=bot -c user.email=octocat@github.com commit -m docs
|
||||||
- run: git remote add github "https://${NAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
- run: git remote add github "https://:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||||
env:
|
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
|
||||||
NAME: octocat
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- run: git push github HEAD:${GITHUB_REF}
|
- run: git push github HEAD:${GITHUB_REF}
|
||||||
|
|
Loading…
Add table
Reference in a new issue