Readded no-edit option for bugfixing

This commit is contained in:
2020-10-17 20:05:03 +02:00
parent bf27e9d676
commit 6024a801da

View File

@@ -51,7 +51,7 @@ if _git_changed; then
# Commit and push changes back
if $INPUT_SAME_COMMIT; then
echo "Amending the current commit..."
git commit --amend
git commit --amend --no-edit
else
if $INPUT_ONLY_CHANGED; then
for file in $(git diff --name-only HEAD^..HEAD)