Skip to content

Commit 7fe6fe6

Browse files
committed
Pipeline updated
1 parent 0104026 commit 7fe6fe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ jobs:
190190
# Обновляем ветку develop до актуального состояния
191191
git pull origin develop
192192
193+
# Настраиваем имя и email пользователя для Git
194+
echo "Setting Git user name and email..."
195+
git config --global user.name "GitHub Actions"
196+
git config --global user.email "[email protected]"
197+
193198
# Добавляем изменения
194199
echo "Staging package.json and package-lock.json..."
195200
git add package.json package-lock.json

0 commit comments

Comments
 (0)