keptn/Extract Branch Name
Extracts Branch Name, Slug and Git Sha of the Current Commit or Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| BRANCH | Name of the branch that this action is being run for. For Pull Requests it will be the pull request id |
| BRANCH_SLUG | Slug of the branch name. For Pull Requests it will be "PR-{PRID}" |
| GIT_SHA | SHA of the (merge) commit that this action is being run for |