orbit-online/git-release
Retrieve the tag and tag message from the git HEAD of a working copy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The git ref to use. Defaults to `github.ref`. | no | ${{ github.ref }} |
| working-directory | The working copy of the git repository to extract the tag and tag message from. | no | . |
Outputs
| name | description |
|---|---|
| tag | The git tag |
| message | The git tag message |