brightspace/Parse Workflow Environment
Creates outputs depending on various environment variable like $GIT_REF
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-tag-prefix | Prefix of the tags that mark a release | yes | v |
| main-branch | Name of the main branch | yes | master |
Outputs
| name | description |
|---|---|
| isMain | true if workflow is running against the main branch |
| isSchedule | true if workflow is triggered by a schedule |
| isPush | true if workflow is triggered by a push |
| isTagged | true if workflow is running against a tag |
| isRelease | true if workflow is running against a release |
| isLatest | true if workflow is running the latest code |