payadel/Assert
Assert your Github action variables to make sure they are correct.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 11, 2024
- License
- GPL 3.0
Pinned Snippet
uses: payadel/assert@4c90769401d7daa74a3e382b2def8ec4e221e401 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| inputs | Inputs with yaml structure | yes | — |
| fail-fast | Fail with the first error or not? | no | false |
| verbose | If it is false, only errors will be displayed, otherwise all messages will be displayed. | no | false |
Outputs
| name | description |
|---|---|
| success | Are all asserts true or not? (boolean) |
| messagesStr | Messages include errors and success messages with string type. |
| messages | Messages with object format include type of message (success or error) and message |