Skip to content

Commit

Permalink
comment both
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 8, 2023
1 parent f79f57e commit 40c5671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ runs:
- name: Install packages/styles dependencies
run: yarn install --cwd packages/styles
shell: bash
# Note: Checking for both boolean and string true values due to referenced bug:
# https://github.com/actions/runner/issues/2238
if: ${{ inputs.packages-styles == true || inputs.packages-styles == 'true' }}

0 comments on commit 40c5671

Please sign in to comment.