actions-marketplace-validations/setup-copywrite
setup-copywrite downloads, installs, and configures the copywrite CLI tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 8, 2026
- License
- MPL 2.0
Pinned Snippet
uses: actions-marketplace-validations/hashicorp_setup-copywrite@a04637e6e759ec1689abcf81448b2e2039404e08 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used to download copywrite releases | no | ${{ github.token }} |
| version | The version of the copywrite CLI to install. Defaults to the most recent version. | no | latest |
| archive-checksum | The expected SHA256 checksum to verify the copywrite CLI archive against. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version of the copywrite CLI that was installed. |