Skip to content

Commit bc6964a

Browse files
committed
...
1 parent 390279b commit bc6964a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_releases.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
echo "Full bot version: $FULL_BOT_VERSION"
4141
echo "Target branch: $BRANCH_NAME"
4242
43-
# Jeśli branch istnieje → checkout i commituj zmiany
43+
# Ustawienie autora commita dla GitHub Actions
44+
git config user.name "github-actions"
45+
git config user.email "github-actions@github.com"
46+
4447
if git ls-remote --exit-code origin $BRANCH_NAME; then
4548
echo "Branch $BRANCH_NAME exists, updating it..."
4649
git fetch origin $BRANCH_NAME

0 commit comments

Comments
 (0)