diff --git a/README.md b/README.md index 0e8053a..b073850 100644 --- a/README.md +++ b/README.md @@ -66,22 +66,22 @@ jobs: ## Inputs -| name | description | required | default | -| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------- | -| `working-directory` |
Working directory for run commands
| `false` | `""` | -| `test` |Whether to run tests
| `false` | `true` | -| `stack-arguments` |Additional arguments for all top-level stack
command invocations.
Additional arguments in stack query
invocations.
Additional arguments in stack path
invocations.
Additional arguments in stack setup
invocations.
Additional arguments for all stack build
invocations.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Dependencies step.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Build step.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Test step.
Prefix applied to all cache keys. This can be any value you like, but teams often use v{N}
and bump it to v{N+1}
when/if they need to explicitly bust caches.
Save artifacts to the cache even if the build fails. This may speed up builds in subsequent runs at the expense of slightly-longer builds when a full cache-hit occurs. Since @v4.2.0
Upgrade stack
| `false` | `true` | -| `stack-yaml` |This option is deprecated and will be removed in a future version, set env.STACK_YAML
or use stack-arguments
instead. For now, if present, --stack-yaml ...
will be prepended to stack-arguments
.
Working directory for run commands
| `false` | `""` | +| `test` |Whether to run tests
| `false` | `true` | +| `stack-arguments` |Additional arguments for all top-level stack
command invocations.
Additional arguments in stack query
invocations.
Additional arguments in stack path
invocations.
Additional arguments in stack setup
invocations.
Additional arguments for all stack build
invocations.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Dependencies step.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Build step.
Additional arguments passed after stack-build-arguments
in stack build
invocations on the Test step.
Prefix applied to all cache keys. This can be any value you like, but teams often use v{N}
and bump it to v{N+1}
when/if they need to explicitly bust caches.
Save artifacts to the cache even if the build fails. This may speed up builds in subsequent runs at the expense of slightly-longer builds when a full cache-hit occurs. Since @v4.2.0
Upgrade stack
| `false` | `true` | +| `stack-yaml` |Deprecated use env.STACK_YAML
or stack-arguments
instead.