daviwil/Download Gambit Scheme

Downloads a Gambit Scheme build for CI jobs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 1, 2020
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: daviwil/download-gambit@c8a24501f48738030da75437a41afd7777b131af # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
artifact-tokenThe GitHub token to use for artifact download requests. At a minimum the token will will need 'public:repo' permissions.yes
osOptional. 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""
archOptional. The architecture of the desired build (ignored when os = boot). Possible values: x86_64, i686. Defaults to x86_64.nox86_64
repoOptional. The repository from which builds will be downloaded. Defaults to gambit/gambit.nogambit/gambit
workflow-nameOptional. The name of the GitHub Actions workflow that produces build artifacts. Defaults to 'Gambit'noGambit
branchOptional. The branch from which builds will be downloaded. Defaults to master.nomaster
local-pathOptional. The local path to which the Gambit build will be unpacked. Defaults to ./gambit.no./gambit

no outputs