We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1478cb6 commit 3d2e357Copy full SHA for 3d2e357
.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