From 96faaba8df2a467ea54cacbb4062c06a86d457f9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sat, 17 Oct 2020 20:27:01 +0200 Subject: [PATCH] Testing with asterix add --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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