From 40c567174424166855ebeece21cf13bf9fa9bd57 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 8 Nov 2023 17:08:27 -0600 Subject: [PATCH] comment both --- .github/actions/dependencies/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index cd197a4b2..0779c039d 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -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' }} \ No newline at end of file