fixing actions
This commit is contained in:
parent
deedc7a0f5
commit
14b402e4f6
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
|
|
||||||
git config --global user.name 'GitHub Actions'
|
git config --global user.name 'GitHub Actions'
|
||||||
git config --global user.email 'actions@github.com'
|
git config --global user.email 'actions@github.com'
|
||||||
|
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 documentation"
|
git commit -m "Update documentation"
|
||||||
git push --force --quiet
|
git push --force --quiet
|
Loading…
Reference in New Issue
Block a user