From 776c932aba0086df0829cf0cef3966cc39b4add7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20Strainovi=C4=87?= Date: Fri, 14 Mar 2025 15:21:11 +0100 Subject: [PATCH] fix(action): use --context flag before args (#50) --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 2673411..dd42b0f 100755 --- a/run.sh +++ b/run.sh @@ -28,7 +28,7 @@ exit_code=$? # Retrieve context CONTEXT="$(mktemp)" -GIT_CLIFF_OUTPUT="$CONTEXT" ./bin/${GIT_CLIFF_BIN} $args --context +GIT_CLIFF_OUTPUT="$CONTEXT" ./bin/${GIT_CLIFF_BIN} --context $args # Revert permissions chown -R "$owner" .