ci(genereator): fix ci

This commit is contained in:
MingxuanGame
2025-09-21 11:21:20 +00:00
parent 509f759b1a
commit ccab7bc584
2 changed files with 2 additions and 2 deletions

View File

@@ -51,6 +51,6 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Update configuration docs from Actions [skip ci]" || echo "No changes"
git push origin main
git push origin master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}