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 07a2afd commit b3d66dfCopy full SHA for b3d66df
.ci/retrofit-worktree.sh
@@ -12,6 +12,10 @@ export GIT_AUTHOR_EMAIL="ci-sage@example.com"
12
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
13
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
14
15
+# Set globally for other parts of the workflow
16
+git config --global user.name "$GIT_AUTHOR_NAME"
17
+git config --global user.email "$GIT_AUTHOR_EMAIL"
18
+
19
set -ex
20
21
# If actions/checkout downloaded our source tree using the GitHub REST API
0 commit comments