Skip to content

Commit 055bb3b

Browse files
committed
chore: update README
Signed-off-by: Justin Chadwell <[email protected]>
1 parent f3062e6 commit 055bb3b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```yaml
88
- name: Hello
9-
uses: dagger/dagger-for-github@8.0.0
9+
uses: dagger/dagger-for-github@v8.1.0
1010
with:
1111
module: github.com/shykes/daggerverse/hello
1212
call: hello --greeting Hola --name Jeremy
@@ -28,7 +28,7 @@
2828

2929
```yaml
3030
- name: Integration Test
31-
uses: dagger/dagger-for-github@8.0.0
31+
uses: dagger/dagger-for-github@v8.1.0
3232
with:
3333
workdir: db-service
3434
verb: run
@@ -55,3 +55,10 @@ By setting the version to `latest`, this action will install the latest version
5555
| `args` | Arguments to pass to CLI | false | '' |
5656
| `call` | Arguments to pass to CLI (Alias for args with verb:call) | false | '' |
5757
| `shell` | Arguments to pass to CLI (Alias for args with verb:shell) | false | '' |
58+
59+
### All output variables
60+
61+
| Key | Description |
62+
| ---------- | ----------------------------------------------------------- |
63+
| `stdout` | The standard output of the Dagger command |
64+
| `traceURL` | Dagger Cloud trace URL |

0 commit comments

Comments
 (0)