shiftcode/Skip CI
Sets output param depending on commit message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skipOnCommitMsg | defines an output variable depending if the commit message contains the skipOnCommitMsg string (output: true) or not (false). | yes | "" |
| githubToken | github token necessary to fetch the commit message with sha of commit triggering this workflow | yes | "" |
Outputs
| name | description |
|---|---|
| shouldExecute | boolean value. True if the commit message contains the string provided in skipOnCommitMsg input param, false otherwise. |