We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390279b commit bc6964aCopy full SHA for bc6964a
.github/workflows/build_releases.yml
@@ -40,7 +40,10 @@ jobs:
40
echo "Full bot version: $FULL_BOT_VERSION"
41
echo "Target branch: $BRANCH_NAME"
42
43
- # Jeśli branch istnieje → checkout i commituj zmiany
+ # Ustawienie autora commita dla GitHub Actions
44
+ git config user.name "github-actions"
45
+ git config user.email "github-actions@github.com"
46
+
47
if git ls-remote --exit-code origin $BRANCH_NAME; then
48
echo "Branch $BRANCH_NAME exists, updating it..."
49
git fetch origin $BRANCH_NAME
0 commit comments