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