From d869804b36ceae840e26f6a4e87f78cc64fe7a51 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Fri, 22 May 2026 02:02:56 +0800 Subject: [PATCH] Change path default to github.workspace --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 69a5dbf..79855e7 100644 --- a/action.yaml +++ b/action.yaml @@ -4,7 +4,7 @@ inputs: path: description: 'Directory to cache' required: false - default: '~/.cache/' + default: ${{ github.workspace }} key-prefix: description: 'Prefix for the cache key' required: true