From a4179f785eb63233606e16644f8674ad7544035e Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Tue, 10 Mar 2026 13:45:34 +0000 Subject: [PATCH] Rename .luca/active to .luca/tools for consistency with global tools folder --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0d8e2e8..c8f36e1 100644 --- a/action.yml +++ b/action.yml @@ -39,4 +39,4 @@ runs: shell: bash run: | luca install --spec=${{ inputs.spec }} - echo "$PWD/.luca/active" >> $GITHUB_PATH + echo "$PWD/.luca/tools" >> $GITHUB_PATH