Browse Source

bump_year.yml: Лишний пробел

1vanK 2 years ago
parent
commit
bad186aba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/bump_year.yml

+ 1 - 1
.github/workflows/bump_year.yml

@@ -74,7 +74,7 @@ jobs:
           find . -type f -not -path './.git/*' -exec perl -pi -e "s/2022-[0-9]{4} the Dviglo project/2022-$YEAR the Dviglo project/g" {} +
           find . -type f -not -path './.git/*' -exec perl -pi -e "s/2008-[0-9]{4} the Urho3D project/2008-$YEAR the Urho3D project/g" {} +
 
-          #  Создаём и отправляем коммит
+          # Создаём и отправляем коммит
           git add -A
           git commit -m "Обновил год в копирайтах до $YEAR"