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.
2 parents eefccf2 + 2e1dbd1 commit b2be871Copy full SHA for b2be871
.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 "::set-output name=dir::$(yarn cache dir)"
+ run: echo "{dir}={$(yarn cache dir)}" >> $GITHUB_OUTPUT
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