Update tests.yml
This commit is contained in:
parent
cfc5b6bdb1
commit
397ae00a7c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_SECRET }}@github.com/$GITHUB_REPOSITORY
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
git add docs/*
|
git add docs/*
|
||||||
git commit -m "update docs"
|
git commit -m "update docs"
|
||||||
git push --force
|
git push --force
|
||||||
|
Loading…
Reference in New Issue
Block a user