Release v1.4.4 测试生成readme.md
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 14s
自动版本发布 / AutoREADME.md (push) Successful in 10s

This commit is contained in:
liyp 2025-04-12 16:59:37 +08:00
parent a22b0ab83c
commit c313d11e21

View File

@ -205,3 +205,9 @@ jobs:
else
echo "$REPO_NAME" > README.md
fi
- name: 提交和推送代码
run: |
git add README.md
git commit -m "Update README.md"
git push https://${{ secrets.AUTOGENERATE }}@git.linuxacme.com/${{ github.repository }}