Removed force push because of extreme danger

This commit is contained in:
2020-10-17 21:04:19 +02:00
parent a3fd60656c
commit b3e1246472

View File

@@ -65,7 +65,7 @@ if _git_changed; then
fi
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"} || echo "No files added to commit"
fi
git push -f origin
git push origin
echo "Changes pushed successfully."
fi
else