From b3e124647264531116381ac5c3f58c30c91b75f8 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sat, 17 Oct 2020 21:04:19 +0200 Subject: [PATCH] Removed force push because of extreme danger --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index caedd45..27628e2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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