Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s

This commit is contained in:
xeovalyte 2024-01-19 12:58:52 +01:00
parent 013ad476b3
commit cccc7259c1

View File

@ -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: |