From f1515af77e0ed7aae0d77431d53788797ee95a79 Mon Sep 17 00:00:00 2001 From: loc-tran-asml <83644460+loc-tran-asml@users.noreply.github.com> Date: Tue, 22 Apr 2025 11:00:39 +0200 Subject: [PATCH] Fix issue with FORCE_WITHOUT_CHANGES_PRE force_withouth_changes_pre used FORCE_WITHOUT_CHANGES instead of FORCE_WITHOUT_CHANGES_PRE --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2cb19410..c83792af 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ patch_string_token=${PATCH_STRING_TOKEN:-#patch} none_string_token=${NONE_STRING_TOKEN:-#none} branch_history=${BRANCH_HISTORY:-compare} force_without_changes=${FORCE_WITHOUT_CHANGES:-false} -force_without_changes_pre=${FORCE_WITHOUT_CHANGES:-false} +force_without_changes_pre=${FORCE_WITHOUT_CHANGES_PRE:-false} tag_message=${TAG_MESSAGE:-""} # since https://github.blog/2022-04-12-git-security-vulnerability-announced/ runner uses?