purdueece/action-find-commit

Action to find a commit that matches a set of filters.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, PurdueECE/action-find-commit${{ github.repository }}
tokenPersonal access token.${{ github.token }}
afterFind commits after a timestamp (ISO 8601 format).
beforeFind commit closest to but before a timestamp (ISO 8601 format).
shaSHA or branch to start searching commits from. Defaults to the repository's default branch. Cannot be used with tag.
tagCommit tag to search for. Cannot be used with sha.
namedescription
commitSHA of commit that was found.