We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e05a9 commit 18ace65Copy full SHA for 18ace65
1 file changed
.github/workflows/upgrade-hermit.sh
@@ -7,8 +7,8 @@ then
7
echo "not setting up git as not in a GitHub Action"
8
else
9
echo "lets setup git"
10
- git config user.name github-actions
11
- git config user.email github-actions@github.com
+ git config --global user.name github-actions
+ git config --global user.email github-actions@github.com
12
fi
13
14
declare -a repos=(
0 commit comments