Skip to content

Commit

Permalink
Merge branch 'develop' into rel_import_categories
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 1, 2023
2 parents bac9d7c + eb8417b commit 08ab87a
Show file tree
Hide file tree
Showing 1,040 changed files with 11,517 additions and 10,604 deletions.
4 changes: 4 additions & 0 deletions .ci/retrofit-worktree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export GIT_AUTHOR_EMAIL="ci-sage@example.com"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"

# Set globally for other parts of the workflow
git config --global user.name "$GIT_AUTHOR_NAME"
git config --global user.email "$GIT_AUTHOR_EMAIL"

set -ex

# If actions/checkout downloaded our source tree using the GitHub REST API
Expand Down
Loading

0 comments on commit 08ab87a

Please sign in to comment.