Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 8, 2023
1 parent 827651d commit c4d960b
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
shell: bash
# if: ${{ inputs.packages-react == true }}
if: ${{ inputs.packages-react == true }}
- name: Install packages/styles dependencies
run: yarn install --cwd packages/styles
shell: bash
# if: ${{ inputs.packages-styles == true }}
if: ${{ inputs.packages-styles == true }}

0 comments on commit c4d960b

Please sign in to comment.