We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a7633e + 3d2e357 commit c161110Copy full SHA for c161110
.github/scripts/upload_py_tools.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
CHANGED_FILES=$1
3
echo "Pushing '$CHANGED_FILES' as github-actions[bot]"
4
-git config --global github.user "github-actions[bot]"
5
git config --global user.name "github-actions[bot]"
6
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
7
for tool in $CHANGED_FILES; do
0 commit comments