Skip to content

Commit 18ace65

Browse files
committed
fix: try activate first
1 parent c1e05a9 commit 18ace65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upgrade-hermit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ then
77
echo "not setting up git as not in a GitHub Action"
88
else
99
echo "lets setup git"
10-
git config user.name github-actions
11-
git config user.email github-actions@github.com
10+
git config --global user.name github-actions
11+
git config --global user.email github-actions@github.com
1212
fi
1313

1414
declare -a repos=(

0 commit comments

Comments
 (0)