Change path default to github.workspace

This commit is contained in:
2026-05-22 02:02:48 +08:00
parent e744d2a004
commit 2d57ace5e4
+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