alazhar/Git Log Action
git log command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 8, 2024
- License
- None
Pinned Snippet
uses: alazhar/git-log-docker-action@82827050e302ff45ff70b34818f15350d6dcf480 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 |