mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
chore: bump default dagger version to v0.11.6
Signed-off-by: Erik Sipsma <erik@sipsma.dev>
This commit is contained in:
parent
cf09bf6f30
commit
158efd19b6
2 changed files with 13 additions and 13 deletions
22
README.md
22
README.md
|
|
@ -24,7 +24,7 @@
|
|||
verb: run
|
||||
args: node build.js
|
||||
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
|
||||
version: "0.11.5"
|
||||
version: "0.11.6"
|
||||
```
|
||||
|
||||
### Staying in sync with the `latest` version
|
||||
|
|
@ -33,13 +33,13 @@ By setting the version to `latest`, this action will install the latest version
|
|||
|
||||
### All `with:` input parameter options
|
||||
|
||||
| Key | Description | Required | Default |
|
||||
| --------------- | ------------------------------------------------------------- | ---------- | --------------------- |
|
||||
| `version` | Dagger Version | false | '0.11.5' |
|
||||
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
|
||||
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
|
||||
| `workdir` | The working directory in which to run the Dagger CLI | false | '.' |
|
||||
| `cloud-token` | Dagger Cloud Token | false | '' |
|
||||
| `module` | Dagger module to call. Local or Git | false | '' |
|
||||
| `args` | Arguments to pass to CLI | false | '' |
|
||||
| `engine-stop` | Whether to stop the Dagger Engine after this run | false | 'true' |
|
||||
| Key | Description | Required | Default |
|
||||
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
|
||||
| `version` | Dagger Version | false | '0.11.6' |
|
||||
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
|
||||
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
|
||||
| `workdir` | The working directory in which to run the Dagger CLI | false | '.' |
|
||||
| `cloud-token` | Dagger Cloud Token | false | '' |
|
||||
| `module` | Dagger module to call. Local or Git | false | '' |
|
||||
| `args` | Arguments to pass to CLI | false | '' |
|
||||
| `engine-stop` | Whether to stop the Dagger Engine after this run | false | 'true' |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
version:
|
||||
description: "Dagger Version"
|
||||
required: false
|
||||
default: "0.11.5"
|
||||
default: "0.11.6"
|
||||
dagger-flags:
|
||||
description: "Dagger CLI Flags"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue