feat: add docs commit to auto README.md update

This commit is contained in:
ElevenNotes
2025-07-14 23:29:40 +02:00
parent d062133a27
commit c452c17583

View File

@@ -419,7 +419,7 @@ jobs:
if [ -f LICENSE ]; then if [ -f LICENSE ]; then
git add LICENSE git add LICENSE
fi fi
git commit -m "github-actions[bot]: update README.md" git commit -m "docs: auto update README.md"
git push origin HEAD:master git push origin HEAD:master