Skip to content

Commit e161e88

Browse files
authored
revert outdated set-output
Hmm, the new format as documented doesn't work. Let's fix this by updating the setup-node action which has builtin cache handling for yarn now as well
1 parent b2be871 commit e161e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Get yarn cache directory path
4242
id: yarn-cache-dir-path
4343
working-directory: submodules/volto
44-
run: echo "{dir}={$(yarn cache dir)}" >> $GITHUB_OUTPUT
44+
run: echo "::set-output name=dir::$(yarn cache dir)"
4545
- uses: actions/cache@v1
4646
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4747
with:

0 commit comments

Comments
 (0)