diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 404afce..a5ddea9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,8 +46,8 @@ jobs: cache: 'npm' - uses: seanmiddleditch/gha-setup-ninja@master - run: | - git config --global user.email "noreply@github.com" - git config --global user.name "github-action" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "github-actions[bot]" git fetch origin main:main --depth 1 git merge origin/main --message "Generate files" --log=1 --allow-unrelated-histories --strategy-option theirs - run: npm ci @@ -55,8 +55,6 @@ jobs: - run: ninja -k 0 - run: | git add dist --force - git config --global user.email "noreply@github.com" - git config --global user.name "github-action" git commit --amend -C HEAD - name: Push changes env: