From 3d2e35778280e0f0ece5517410e119f42a25192b Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:29:01 -0300 Subject: [PATCH] fix --- .github/scripts/upload_py_tools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/upload_py_tools.sh b/.github/scripts/upload_py_tools.sh index a7dd69ac17b..f3ca9734be3 100755 --- a/.github/scripts/upload_py_tools.sh +++ b/.github/scripts/upload_py_tools.sh @@ -1,7 +1,6 @@ #!/bin/bash CHANGED_FILES=$1 echo "Pushing '$CHANGED_FILES' as github-actions[bot]" -git config --global github.user "github-actions[bot]" git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" for tool in $CHANGED_FILES; do