shiftcode/Skip CI

Sets output param depending on commit message

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
skipOnCommitMsgdefines an output variable depending if the commit message contains the skipOnCommitMsg string (output: true) or not (false).yes""
githubTokengithub token necessary to fetch the commit message with sha of commit triggering this workflowyes""
namedescription
shouldExecuteboolean value. True if the commit message contains the string provided in skipOnCommitMsg input param, false otherwise.