Skip to content

Commit c161110

Browse files
committed
Merge branch 'ci/tools_fix'
2 parents 1a7633e + 3d2e357 commit c161110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/upload_py_tools.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
CHANGED_FILES=$1
33
echo "Pushing '$CHANGED_FILES' as github-actions[bot]"
4-
git config --global github.user "github-actions[bot]"
54
git config --global user.name "github-actions[bot]"
65
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
76
for tool in $CHANGED_FILES; do

0 commit comments

Comments
 (0)