functions-dev/Func Action
Downloads and sets up the func CLI for Functions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | (optional) Name of the binary (defaults to "func") | — | — |
| binary | (optional) Binary you want to download (exact string expected), otherwise will be determined via the OS of GH Runner | — | — |
| version | (optional) Version to download. Use "latest", "nightly", or specify a version from release pages https://github.com/knative/func/tags | — | — |
| destination | (optional) Path where to move the desired downloaded binary, otherwise cwd is used | — | — |
| binarySource | (optional) Full URL for downloading the binary. Overrides version if provided. Must be curl-able returning the func binary | — | — |
Outputs
no outputs