podcastdotco/Get Git Log Action
Get git log from specify git tag to the present
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Specify git tag, use last tag otherwise | no | — |
| logFormat | Specify log line format | no | - %h %s |
| dateFormat | Specify date format if used in the log | no | %Y-%m-%d %H:%M:%S |
Outputs
| name | description |
|---|---|
| log | git logs |