actions-marketplace-validations/Git Log Action
Injects git log output into GitHub workflow environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| start | Start git commit object (e.g. SHA, tag, branch name) in revision range (start..end) | yes | — |
| end | End git commit object (e.g. SHA, tag, branch name) in revision range (start..end) | yes | — |
Outputs
| name | description |
|---|---|
| log | Git log output as environment variable LOG |