test change

This commit is contained in:
SPRINX0\prochazka
2025-02-25 10:55:35 +01:00
parent da4b8f6cb9
commit 599f59fc39

View File

@@ -40,7 +40,7 @@ jobs:
# Only commit if there are changes
if [[ -n "$(git status --porcelain)" ]]; then
git add .
git commit -m "chore: auto-update workflows"
git commit -m "chore: auto-update github workflows"
else
echo "No changes to commit"
fi