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

This commit is contained in:
xeovalyte 2024-01-19 13:01:59 +01:00
parent cccc7259c1
commit 38225f3951

View File

@ -21,10 +21,9 @@ jobs:
# Commit and push all changed files. # Commit and push all changed files.
- run: | - run: |
echo ${{ secrets.GITHUB_USER }} git config --global user.name "xeovalyte"
git config --global user.name "${{ secrets.GITHUB_USER }}" git config --global user.email "me+gitea@xeovalyte.dev"
git config --global user.email "me+ci@xeovalyte.dev" git config --global user.password "${{ secrets.PASSWORD }}"
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: |