mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 20:59:43 +11:00
chore: update input section in readme
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
95e6ab9a10
commit
d07b9893c0
2 changed files with 15 additions and 8 deletions
21
README.md
21
README.md
|
|
@ -79,13 +79,20 @@ steps:
|
|||
|
||||
Following inputs can be used as `step.with` keys
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------------------|---------|--------------|------------------------------------------------------------------|
|
||||
| `version` | String | `latest` | Dagger version |
|
||||
| `cmds` | String | | Commands to run on Dagger |
|
||||
| `workdir` | String | `.` | Working directory (below repository root) |
|
||||
| `install-only` | Bool | `false` | Just install Dagger |
|
||||
| `cleanup` | Bool | `true` | Cleanup Dagger home folder at the end of a job |
|
||||
> `List` type is a newline-delimited string
|
||||
> ```yaml
|
||||
> cmds: |
|
||||
> project update
|
||||
> do test
|
||||
> ```
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------------------|--------|--------------|------------------------------------------------|
|
||||
| `version` | String | `latest` | Dagger version |
|
||||
| `cmds` | List | | List of Dagger commands |
|
||||
| `workdir` | String | `.` | Working directory (below repository root) |
|
||||
| `install-only` | Bool | `false` | Just install Dagger |
|
||||
| `cleanup` | Bool | `true` | Cleanup Dagger home folder at the end of a job |
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ inputs:
|
|||
required: false
|
||||
deprecationMessage: 'Use cmds input instead'
|
||||
cmds:
|
||||
description: 'Commands to run on Dagger'
|
||||
description: 'List of Dagger commands'
|
||||
required: false
|
||||
workdir:
|
||||
description: 'Working directory (below repository root)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue