lee-lott-actions/Update Repository Custom Property

A GitHub Action to update a custom property for a repository using the GitHub API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 12, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lee-lott-actions/update-repo-custom-property@750e53afecb2c20c77ef95c76d34c28fdf211ea0 # v1.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo-nameThe name of the repository to set the custom property foryes
ownerThe owner of the repository (user or organization)yes
tokenGitHub token with repository admin accessyes
property-nameThe name of the custom property to setyes
property-valueThe value to set for the custom propertyyes
namedescription
resultResult of the custom property update ("success" or "failure")
error-messageError message if the custom property update fails