Change path default to github.workspace

This commit is contained in:
2026-05-22 02:02:56 +08:00
parent 403aede6f3
commit d869804b36
+1 -1
View File
@@ -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