Skip to content

Commit

Permalink
fix: ambiguous redirect fix attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Feb 9, 2024
1 parent 510e29c commit 8154966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> ${env:GITHUB_OUTPUT}
run: echo "dir=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"

- uses: actions/cache@v3
id: yarn-cache
Expand Down

0 comments on commit 8154966

Please sign in to comment.