hardmax71/Setup spec-to-rest
Download the spec-to-rest native binary; expose its absolute path via the `binary-path` output for subsequent steps to invoke.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: hardmax71/spec_to_rest@84bb0fbdc922499eea2084aba5e7bb39bd869bf1 # v3.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release tag to install (e.g. v2.0.0). Use "latest" for the most recent published release. | no | latest |
| repository | Source repository to fetch the release from. Override only when forking. | no | HardMax71/spec_to_rest |
| github-token | Token used for the GitHub API call that resolves "latest". Leave empty to fall back to the workflow's `github.token`. Action metadata defaults are not expression- evaluated, so we cannot write `${{ github.token }}` here — the fallback happens inside the step. | no | "" |
Outputs
| name | description |
|---|---|
| version | The concrete release tag that was installed. |
| binary-path | Absolute path to the installed binary. |