From 30ffe96dbb6143fea59d9fc769735f71eaf3e8f8 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sun, 8 Dec 2024 23:17:34 +0000 Subject: [PATCH] try formatting GITHUB_ACTION_PATH differently --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7ed7bd2..d0d4a59 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: key: ollama-models-${{ inputs.cache-key }} - if: steps.cache-ollama-install.outputs.cache-hit != 'true' - run: $GITHUB_ACTION_PATH/install-ollama.sh + run: '${GITHUB_ACTION_PATH}install-ollama.sh' shell: bash - run: echo $(pwd)/.ollama-install/bin >> $GITHUB_PATH