cloudposse/Major Release Tagger GitHub Action
Major Release Tagger GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Standard GitHub token (e.g., secrets.GITHUB_TOKEN) | no | ${{ github.token }} |
| log-level | Log level for this action. Available options: ['off', 'error', 'warn', 'info', 'debug']. Default 'info' | no | info |
| git-user-name | Git user name that will be used for git config | no | actions-bot |
| git-user-email | Git user email that will be used for git config | no | actions-bot@users.noreply.github.com |
| dry-run | Run action without pushing changes to upstream | no | false |
Outputs
| name | description |
|---|---|
| response | Response in json format for example: {"succeeded":true,"reason":"MAPPED_TAGS","message":"Successfully created/update v-tags.","data":{"v1": {"state":"updated", "oldSHA": "d9b3a3034766ac20294fd1c36cacc017ae4a3898", "newSHA":"e5c6309b473934cfe3e556013781b8757c1e0422"}, "v2": {"state":"created", "oldSHA": "bbf9f924752c61dcef084757bcf4440e23f2e16b", "newSHA":"5ae37ee514b73cf8146fe389ad839469e7f3a6d2"}}} |