From 2d57ace5e434800a80302551bc45ba4b26d662a9 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Fri, 22 May 2026 02:02:48 +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 bf234de..49659d1 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