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 b2be871 commit e161e88Copy full SHA for e161e88
.github/workflows/build_deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Get yarn cache directory path
42
id: yarn-cache-dir-path
43
working-directory: submodules/volto
44
- run: echo "{dir}={$(yarn cache dir)}" >> $GITHUB_OUTPUT
+ run: echo "::set-output name=dir::$(yarn cache dir)"
45
- uses: actions/cache@v1
46
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
47
with:
0 commit comments