Release v1.4.4 测试生成readme.md

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

View File

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