1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Update static.yml

This commit is contained in:
涵曦
2024-12-22 10:25:12 +08:00
committed by GitHub
parent 5121d141b4
commit f42398ec9f

View File

@@ -86,6 +86,7 @@ jobs:
run: |
if [ "${{ steps.check_changes.outputs.changed }}" == "true" ]; then
git config --local user.name "Issues Docs [BOT]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Auto-Generate docs 🤖"
git push