payadel/Assert

Assert your Github action variables to make sure they are correct.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 11, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: payadel/assert@4c90769401d7daa74a3e382b2def8ec4e221e401 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
inputsInputs with yaml structureyes
fail-fastFail with the first error or not?nofalse
verboseIf it is false, only errors will be displayed, otherwise all messages will be displayed.nofalse
namedescription
successAre all asserts true or not? (boolean)
messagesStrMessages include errors and success messages with string type.
messagesMessages with object format include type of message (success or error) and message