Skip to content

Commit

Permalink
fix(divergent_branches): (#142) fix issue with divergent branches 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Jan 3, 2022
1 parent fc7a8cf commit 40d1558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ echo "::group::git init"
echo "set git global configuration"
git config --global user.email "[email protected]"
git config --global user.name "${GITHUB_ACTOR}"
git config --global pull.rebase false
echo "::endgroup::"

# shellcheck source=src/sync_template.sh
Expand Down

0 comments on commit 40d1558

Please sign in to comment.