Skip to content

Commit 6008dc3

Browse files
authored
Merge remote-tracking branch 'origin/develop' into rel_headers
2 parents 4029605 + eb8417b commit 6008dc3

File tree

1,040 files changed

+11517
-10604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,040 files changed

+11517
-10604
lines changed

.ci/retrofit-worktree.sh

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export GIT_AUTHOR_EMAIL="[email protected]"
1212
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
1313
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
1414

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+
1519
set -ex
1620

1721
# If actions/checkout downloaded our source tree using the GitHub REST API

0 commit comments

Comments
 (0)