lee-lott-actions/Validate Repository Existence

A GitHub Action to check if a repository exists and is a template repository using the GitHub API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-nameThe name of the repository to checkyes
tokenGitHub token with repository read accessyes
ownerThe owner of the repository (user or organization)yes
namedescription
resultResult of the action ("success" or "failure")
repo-existsBoolean indicating if the repository exists (true for HTTP 200, false otherwise)
is-template-repoBoolean indicating if the repository is a template repository (true if is_template is true, false otherwise)
error-messageError message if the repository existence check fails