mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
update action to dagger 0.2
- Remove AGE key setup - Update README to use `dagger do` - Update tests to dagger 0.2 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
64f8bd95de
commit
24d6bfd692
96 changed files with 15028 additions and 70 deletions
|
|
@ -43,8 +43,7 @@ jobs:
|
|||
name: Dagger
|
||||
uses: dagger/dagger-for-github@v1
|
||||
with:
|
||||
age-key: ${{ secrets.DAGGER_AGE_KEY }}
|
||||
args: up
|
||||
args: do test
|
||||
```
|
||||
|
||||
### Install Only
|
||||
|
|
@ -70,7 +69,6 @@ Following inputs can be used as `step.with` keys
|
|||
| Name | Type | Default | Description |
|
||||
|------------------|---------|--------------|------------------------------------------------------------------|
|
||||
| `version` | String | `latest` | Dagger version |
|
||||
| `age-key` | String | | Dagger private key |
|
||||
| `args` | String | | Arguments to pass to Dagger |
|
||||
| `workdir` | String | `.` | Working directory (below repository root) |
|
||||
| `install-only` | Bool | `false` | Just install Dagger |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue