This commit is contained in:
Juzlus 2026-06-10 14:50:52 +02:00
parent e653712012
commit 231171c9ba
4 changed files with 7 additions and 7 deletions

View file

@ -36,6 +36,6 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add readme.md readme-pl.md .github/avatars/
git add README.md README-pl.md .github/avatars/
git diff --cached --quiet || git commit -m "chore: update contributors and thanks"
git push