From a9fc6d30652b60a018437a100c9cf89c45e252b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 19 Nov 2022 22:31:11 +0300 Subject: [PATCH] fix(git): disable safe directory checks --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index fde33e9..1410a2c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,9 @@ set -uxo pipefail # Avoid file expansion when passing parameters like with '*' set -o noglob +# Disable safe directory checks +git config --global --add safe.directory '*' + OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"} # Create the output directory