Readded pull for bugfixing

This commit is contained in:
2020-10-17 21:02:01 +02:00
parent fde6ec771e
commit a3fd60656c

View File

@@ -51,6 +51,7 @@ if _git_changed; then
# Commit and push changes back
if $INPUT_SAME_COMMIT; then
echo "Amending the current commit..."
git pull
git commit --amend --no-edit
else
if $INPUT_ONLY_CHANGED; then