daviwil/Download Gambit Scheme
Downloads a Gambit Scheme build for CI jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 1, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: daviwil/download-gambit@c8a24501f48738030da75437a41afd7777b131af # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-token | The GitHub token to use for artifact download requests. At a minimum the token will will need 'public:repo' permissions. | yes | — |
| os | Optional. The target OS of the desired build. Possible values: linux, macos, win-msvc, win-mingw, boot (bootstrapped Gambit source). Defaults to the operating system on which this action is being executed (win-msvc for Windows). | no | "" |
| arch | Optional. The architecture of the desired build (ignored when os = boot). Possible values: x86_64, i686. Defaults to x86_64. | no | x86_64 |
| repo | Optional. The repository from which builds will be downloaded. Defaults to gambit/gambit. | no | gambit/gambit |
| workflow-name | Optional. The name of the GitHub Actions workflow that produces build artifacts. Defaults to 'Gambit' | no | Gambit |
| branch | Optional. The branch from which builds will be downloaded. Defaults to master. | no | master |
| local-path | Optional. The local path to which the Gambit build will be unpacked. Defaults to ./gambit. | no | ./gambit |
Outputs
no outputs