actions-marketplace-validations/compaREST
API reliability checker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 12, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/typeable_comparest@218679898bdc293c6613e5d0692927e24c1dd136 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}. | no | ${{ github.token }} |
| repo | The owner of the repo in which to post the results. | no | ${{ github.repository }} |
| project_name | The name of the project to which the API pertains. Used to name the check. Useful when you have multiple APIs in the same repo. | no | "" |
| footer | A footer that can be appended to the check body. | no | "" |
| old | The path to the old (client) specification of the API. | yes | — |
| new | The path to new (server) specification of the API. | yes | — |
| sha | The sha of the commit to post the check for. | no | ${{ github.event.pull_request.head.sha }} |
Outputs
no outputs