diff --git a/README.md b/README.md index adc01f9..557e259 100644 --- a/README.md +++ b/README.md @@ -66,23 +66,23 @@ 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` | -| `compiler-tools` |A list of packages to install as compiler tools, one per line. This is useful to do here rather than separate run
commands so that their installation is incorporated in the dependency cache.
Deprecated use env.STACK_YAML
or stack-arguments
instead.
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` | +| `compiler-tools` |A list of packages to install as compiler tools, one per line. This is useful to do here rather than separate run
commands so that their installation is incorporated in the dependency cache. Since @v5.2.0
.
Deprecated use env.STACK_YAML
or stack-arguments
instead.