We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d8621 commit 0eca313Copy full SHA for 0eca313
.github/actions/build-node/action.yml
@@ -116,8 +116,8 @@ runs:
116
name: node-bundle
117
path: ./bundles
118
- name: Run Chromatic
119
- if: ${{ inputs.chromatic_enable }}
120
- uses: chromaui/action@v11.3.0
+ if: inputs.chromatic_enable == 'true'
+ uses: chromaui/action@v11.5.4
121
with:
122
projectToken: ${{ inputs.chromatic_project_token }}
123
0 commit comments