diff --git a/entrypoint.sh b/entrypoint.sh index 27628e2..a06a729 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -52,6 +52,7 @@ if _git_changed; then if $INPUT_SAME_COMMIT; then echo "Amending the current commit..." git pull + git add * git commit --amend --no-edit else if $INPUT_ONLY_CHANGED; then