From d668d828617c347b3914ed9be554a4c277355625 Mon Sep 17 00:00:00 2001 From: Juzlus Date: Wed, 10 Jun 2026 14:53:24 +0200 Subject: [PATCH] Update update_thanks.yml --- .github/workflows/update_thanks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_thanks.yml b/.github/workflows/update_thanks.yml index 2f66600..8f309c7 100644 --- a/.github/workflows/update_thanks.yml +++ b/.github/workflows/update_thanks.yml @@ -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 \ No newline at end of file