fix(autopost): Script angepasst

This commit is contained in:
2025-05-29 13:41:34 +02:00
parent 87b5548690
commit 0ebe97a116
2 changed files with 2 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ Test 06
Test 07
dLlIj2EY

View File

@@ -30,7 +30,7 @@ for i in {1..3}; do
echo "$random_string" >> "$README_FILE"
git add "$README_FILE"
git commit -m "feat($i):Auto-Update $i: Zufallsstring $random_string"
git commit -m "feat($i): Auto-Update $i: Zufallsstring $random_string"
git push
done