Skip to content

Commit

Permalink
fix: enabling tests condition (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Oct 30, 2024
1 parent b62583e commit fbbaab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
echo "::endgroup::"
- name: Test Book
if: inputs.enable-tests
if: ${{ inputs.enable-tests == 'true' || inputs.enable-tests == true }}
shell: 'bash -ex {0}'
working-directory: ${{ inputs.docs-dir }}
run: |
Expand Down

0 comments on commit fbbaab1

Please sign in to comment.