ydataai/"Create Tag" Action for GitHub Actions
GitHub Action to create a git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use (if not provided GITHUB_TOKEN will be use instead) | no | ${{ github.token }} |
| sha | The sha of the commit to tag | no | — |
| tag | The tag name | yes | — |
| message | The tag message | yes | — |
Outputs
| name | description |
|---|---|
| ref | The tag reference |