lee-lott-actions/Update Repository Custom Property
A GitHub Action to update a custom property for a repository using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 12, 2026
- License
- MIT
Pinned Snippet
uses: lee-lott-actions/update-repo-custom-property@750e53afecb2c20c77ef95c76d34c28fdf211ea0 # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-name | The name of the repository to set the custom property for | yes | — |
| owner | The owner of the repository (user or organization) | yes | — |
| token | GitHub token with repository admin access | yes | — |
| property-name | The name of the custom property to set | yes | — |
| property-value | The value to set for the custom property | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the custom property update ("success" or "failure") |
| error-message | Error message if the custom property update fails |