Skip to content

Commit

Permalink
ci: add missing shell prop
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Jun 27, 2024
1 parent e22e3f2 commit 1d85922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
shell: bash

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
Expand Down

0 comments on commit 1d85922

Please sign in to comment.