ci: use bot to commit for MaaResource

This commit is contained in:
MistEO
2025-02-22 12:31:40 +08:00
committed by GitHub
parent 2d648bf4cc
commit fa24231caf

View File

@@ -22,8 +22,8 @@ jobs:
- name: Setup Git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git show -s
- name: Checkout MaaResource