Skip to content

Commit

Permalink
conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 3, 2023
1 parent 9f3312a commit 9050938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ runs:
- name: Install packages/react dependencies
run: yarn install --cwd packages/react --frozen-lockfile
shell: bash
if: ${{ inputs.packages-react }}
if: ${{ inputs.packages-react == 'true' }}
- name: Install packages/styles dependencies
run: yarn install --cwd packages/styles --frozen-lockfile
shell: bash
if: ${{ inputs.packages-styles }}
if: ${{ inputs.packages-styles == 'true' }}

0 comments on commit 9050938

Please sign in to comment.