Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 23s
Some checks failed
Continuous Integration / build (push) Failing after 23s
This commit is contained in:
parent
3b8f1f2694
commit
013ad476b3
@ -21,6 +21,7 @@ jobs:
|
|||||||
|
|
||||||
# Commit and push all changed files.
|
# Commit and push all changed files.
|
||||||
- run: |
|
- run: |
|
||||||
|
echo ${{ env.GITHUB_USER }}
|
||||||
git config --global user.name "${{ env.GITHUB_USER }}"
|
git config --global user.name "${{ env.GITHUB_USER }}"
|
||||||
git config --global user.email "me+ci@xeovalyte.dev"
|
git config --global user.email "me+ci@xeovalyte.dev"
|
||||||
git config --global user.password "${{GITHUB_TOKEN}}"
|
git config --global user.password "${{GITHUB_TOKEN}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user