Change path default to github.workspace
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user