Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s
Some checks failed
Continuous Integration / build (push) Failing after 24s
This commit is contained in:
parent
cccc7259c1
commit
38225f3951
@ -21,10 +21,9 @@ jobs:
|
||||
|
||||
# Commit and push all changed files.
|
||||
- run: |
|
||||
echo ${{ secrets.GITHUB_USER }}
|
||||
git config --global user.name "${{ secrets.GITHUB_USER }}"
|
||||
git config --global user.email "me+ci@xeovalyte.dev"
|
||||
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
|
||||
git config --global user.name "xeovalyte"
|
||||
git config --global user.email "me+gitea@xeovalyte.dev"
|
||||
git config --global user.password "${{ secrets.PASSWORD }}"
|
||||
- run: |
|
||||
git submodule update --init --recursive --remote pages
|
||||
- run: |
|
||||
|
Loading…
Reference in New Issue
Block a user