diff --git a/entrypoint.sh b/entrypoint.sh index b26bd0fc601014..b5a77bba29be8c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -116,7 +116,7 @@ git config --global user.name "Archive Bot" git add -A if [[ "$delete_history" == "true" ]] then - git commit --amend -m "Update archive." + git commit --amend --reset-author -m "Update archive." # Cleanup loose objects git gc else