We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b9e3 commit 84d544fCopy full SHA for 84d544f
.github/workflows/dependency_cache.yml
@@ -1,5 +1,9 @@
1
on:
2
- - workflow_call
+ workflow_call:
3
+ outputs:
4
+ pnpm-store-path:
5
+ description: "The path to the pnpm store"
6
+ value: ${{ jobs.cache_dependencies.outputs.pnpm-store-path }}
7
8
jobs:
9
cache_dependencies:
0 commit comments