mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 13:20:11 +11:00
feat: allow specifying nightly builds (#151)
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
6b6e9832f7
commit
49dd901156
2 changed files with 8 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ By setting the version to `latest`, this action will install the latest version
|
|||
| Key | Description | Required | Default |
|
||||
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
|
||||
| `version` | Dagger Version | false | '0.13.5' |
|
||||
| `commit` | Dagger Dev Commit (overrides `version`) | false | '' |
|
||||
| `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 | '.' |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue