dycw/tag-commit
Tag the latest commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 16, 2026
- License
- MIT
Pinned Snippet
uses: dycw/action-tag-commit@46dde94140982a370a7c5ebcb7f6eb209d8b3044 # 0.3.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token-checkout | Personal access token (PAT) used to fetch the repository | — | ${{github.token}} |
| token-github | Personal access token (PAT) used to authenticate with GitHub | — | ${{github.token}} |
| user-name | 'git' user name | — | github-actions-bot |
| user-email | 'git' user email | — | noreply@github.com |
| major-minor | Add the 'major.minor' tag | — | false |
| major | Add the 'major' tag | — | false |
| latest | Add the 'latest' tag | — | false |
Outputs
no outputs