Update tests.yml
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -140,6 +140,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.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
git add docs/*
|
git add docs/*
|
||||||
git commit -m "update docs"
|
git commit -m "update docs"
|
||||||
git push
|
git push
|
||||||
|
Reference in New Issue
Block a user