purdueece/action-find-commit
Action to find a commit that matches a set of filters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, PurdueECE/action-find-commit | — | ${{ github.repository }} |
| token | Personal access token. | — | ${{ github.token }} |
| after | Find commits after a timestamp (ISO 8601 format). | — | — |
| before | Find commit closest to but before a timestamp (ISO 8601 format). | — | — |
| sha | SHA or branch to start searching commits from. Defaults to the repository's default branch. Cannot be used with tag. | — | — |
| tag | Commit tag to search for. Cannot be used with sha. | — | — |
Outputs
| name | description |
|---|---|
| commit | SHA of commit that was found. |