Skip to content

Commit

Permalink
Fix check of chromatic_enable
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Jun 19, 2024
1 parent 56d8621 commit 0eca313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ runs:
name: node-bundle
path: ./bundles
- name: Run Chromatic
if: ${{ inputs.chromatic_enable }}
uses: chromaui/action@v11.3.0
if: inputs.chromatic_enable == 'true'
uses: chromaui/action@v11.5.4
with:
projectToken: ${{ inputs.chromatic_project_token }}

0 comments on commit 0eca313

Please sign in to comment.