remal-github-actions/Create Git tag
Create Git tag for current commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tagName | Git tag name | yes | — |
| message | Git tag message | no | — |
| committerName | Git user.name | no | github-actions[bot] |
| committerEmail | Git user.email | no | 41898282+github-actions[bot]@users.noreply.github.com |
| forcePush | Set to 'true' to enable force push | no | true |
| dryRun | Set to 'true' to disable Git push | no | false |
Outputs
| name | description |
|---|---|
| result | 'remote-changed' - remote repository branch has been changed, push-back is skipped; 'tagged-successfully' - tag has been created successfully; |