Testing with asterix add

This commit is contained in:
2020-10-17 20:27:01 +02:00
parent 25af1e5a4b
commit 96faaba8df

View File

@@ -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