diff --git a/README.md b/README.md index 0bd1994..9dd2647 100644 --- a/README.md +++ b/README.md @@ -57,54 +57,58 @@ jobs: ``` + ## Inputs -| name | description | required | default | -| --- | --- | --- | --- | -| `working-directory` |
Working directory for run commands
| `false` | `.` | -| `stack-yaml` |Override stack.yaml, relative to working-directory
| `false` | `stack.yaml` | -| `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
Working directory for run commands
| `false` | `.` | +| `stack-yaml` |Override stack.yaml, relative to working-directory
| `false` | `stack.yaml` | +| `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
compiler.actual
value from stack query
The GHC version part of compiler
| -| `snapshot-doc-root` |snapshot-doc-root
value from stack path
local-doc-root
value from stack path
local-hoogle-root
value from stack path
stack-root
value from stack path
project-root
value from stack path
config-location
value from stack path
bin-path
value from stack path
programs
value from stack path
compiler-exe
value from stack path
compiler-bin
value from stack path
compiler-tools-bin
value from stack path
local-bin
value from stack path
extra-include-dirs
value from stack path
extra-library-dirs
value from stack path
snapshot-pkg-db
value from stack path
local-pkg-db
value from stack path
global-pkg-db
value from stack path
ghc-package-path
value from stack path
compiler.actual
value from stack query
The GHC version part of compiler
| +| `snapshot-doc-root` |snapshot-doc-root
value from stack path
local-doc-root
value from stack path
local-hoogle-root
value from stack path
stack-root
value from stack path
project-root
value from stack path
config-location
value from stack path
bin-path
value from stack path
programs
value from stack path
compiler-exe
value from stack path
compiler-bin
value from stack path
compiler-tools-bin
value from stack path
local-bin
value from stack path
extra-include-dirs
value from stack path
extra-library-dirs
value from stack path
snapshot-pkg-db
value from stack path
local-pkg-db
value from stack path
global-pkg-db
value from stack path
ghc-package-path
value from stack path
snapshot-install-root
value from stack path
local-install-root
value from stack path
dist-dir
value from stack path
local-hpc-root
value from stack path
local-install-root
value from stack path
dist-dir
value from stack path
local-hpc-root
value from stack path