dionomusuko/gh-release-with-wf-dispatch
release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub personal access token | yes | ${{ github.token }} |
| release_file_path | release file path | yes | — |
| repo_full_name | repository full name | yes | ${{ github.repository }} |
| base_branch | base branch | yes | main |
| user_name | git config user.name | no | github-actions[bot] |
| user_email | git config user.email | no | 41898282+github-actions[bot]@users.noreply.github.com |
| next_semver_level | semver level to bump | yes | — |
| assignees | comma separated assignees for pull-request | no | ${{ github.actor }} |
Outputs
| name | description |
|---|---|
| BRANCH_NAME | BRANCH_NAME env |