bc-org/Determine Deployment Phase
Setting the deployment phase from github event name and GH version tag (result: dev|stage|prod|ignore).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 20, 2021
- License
- MIT
Pinned Snippet
uses: bc-org/gha-determine-phase@c23eee09bdd7b3aca9f5cac2e64a1a80719aa8b2 # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| event_name | GH event name | yes | — |
| tag | Version tag | yes | — |
Outputs
| name | description |
|---|---|
| phase | Deployment phase |
| tag | Deployment tag |