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
013ad476b3
commit
cccc7259c1
@ -21,10 +21,10 @@ jobs:
|
|||||||
|
|
||||||
# Commit and push all changed files.
|
# Commit and push all changed files.
|
||||||
- run: |
|
- run: |
|
||||||
echo ${{ env.GITHUB_USER }}
|
echo ${{ secrets.GITHUB_USER }}
|
||||||
git config --global user.name "${{ env.GITHUB_USER }}"
|
git config --global user.name "${{ secrets.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 "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- run: |
|
- run: |
|
||||||
git submodule update --init --recursive --remote pages
|
git submodule update --init --recursive --remote pages
|
||||||
- run: |
|
- run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user