@assertions/is-true
v1.0.1
Published
Assert that `actual` is a string equal to a YAML boolean true (one of `true` `True` `TRUE`[1])
Maintainers
Readme
Assert True
Assert that actual is a string equal to a YAML boolean true (one of true
True TRUE[1])
- uses: pr-mpt/actions-assert@v3
with:
assertion: npm://@assertions/is-true
actual: "${{ steps.condition.outputs.result }}"Part of the assertions foundation collection.
[1] YAML Specification Core Schema
