Skip to content

Commit 0eca313

Browse files
authored
Fix check of chromatic_enable
1 parent 56d8621 commit 0eca313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ runs:
116116
name: node-bundle
117117
path: ./bundles
118118
- name: Run Chromatic
119-
if: ${{ inputs.chromatic_enable }}
120-
uses: chromaui/action@v11.3.0
119+
if: inputs.chromatic_enable == 'true'
120+
uses: chromaui/action@v11.5.4
121121
with:
122122
projectToken: ${{ inputs.chromatic_project_token }}
123123

0 commit comments

Comments
 (0)