Change path default to github.workspace
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'Directory to cache'
|
description: 'Directory to cache'
|
||||||
required: false
|
required: false
|
||||||
default: '~/.cache/'
|
default: ${{ github.workspace }}
|
||||||
key-prefix:
|
key-prefix:
|
||||||
description: 'Prefix for the cache key'
|
description: 'Prefix for the cache key'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user