Skip to content

Commit 8e0614a

Browse files
committed
Substitute name/value for actual name/value
1 parent 9de6d82 commit 8e0614a

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 "{name}={value}" >> $GITHUB_OUTPUT
44+
run: echo "{dir}={$(yarn cache dir)}" >> $GITHUB_OUTPUT
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)