Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```yaml
- name: Hello
uses: dagger/dagger-for-github@v8.1.0
uses: dagger/dagger-for-github@v8.2.0
with:
module: github.com/shykes/daggerverse/hello
call: hello --greeting Hola --name Jeremy
Expand All @@ -18,7 +18,7 @@

```yaml
- name: Hello
uses: dagger/dagger-for-github@8.0.0
uses: dagger/dagger-for-github@v8.2.0
with:
shell: container | from alpine | with-exec echo,"hello, world!" | stdout
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
Expand All @@ -28,7 +28,7 @@

```yaml
- name: Integration Test
uses: dagger/dagger-for-github@v8.1.0
uses: dagger/dagger-for-github@v8.2.0
with:
workdir: db-service
verb: run
Expand Down