We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d913e70 commit 4f6f256Copy full SHA for 4f6f256
README.md
@@ -6,7 +6,7 @@
6
7
```yaml
8
- name: Hello
9
- uses: dagger/dagger-for-github@v8.1.0
+ uses: dagger/dagger-for-github@v8.2.0
10
with:
11
module: github.com/shykes/daggerverse/hello
12
call: hello --greeting Hola --name Jeremy
@@ -18,7 +18,7 @@
18
19
20
21
- uses: dagger/dagger-for-github@8.0.0
22
23
shell: container | from alpine | with-exec echo,"hello, world!" | stdout
24
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -28,7 +28,7 @@
28
29
30
- name: Integration Test
31
32
33
workdir: db-service
34
verb: run
0 commit comments