File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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 |
You can’t perform that action at this time.
0 commit comments