papotte/Set context variables
An action to set context variables for workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| isCI | is a CI change event. |
| isPR | is a pull request. |
| isDraft | is a draft pull request event. |
| isPush | is a push event. |
| isMainBranch | is a push to the main branch. |
| doBuild | should build the project. |
| doRelease | should release the project. |
| checkRelease | should check the release is viable, but not release. |