marcoslopes/Notes
Show note 'message' for 'ref'(note) & 'sha' if present. Add a message for the provided sha, if 'message' is present. https://git-scm.com/docs/git-notes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 11, 2021
- License
- None
Pinned Snippet
uses: marcoslopes/git-notes-action@410bbf02a6f7d97c1e5ed94efe4a54c3499631a6 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| remote | Remote to push | — | origin |
| path | Repository path | — | . |
| ref | Note ref | — | commits |
| sha | Git object to attach note to | yes | — |
| message | Note message | — | — |
| override | Override note if 'true' | — | false |
| name | Config user.name | — | Git Notes Action |
| Config user.email | — | git-notes-action@users.noreply.github.com |
Outputs
| name | description |
|---|---|
| message | Note message |