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
8 changes: 4 additions & 4 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.3.0
uses: dagger/dagger-for-github@v8.4.0
with:
check: "**"
version: "latest" # semver vX.Y.Z
Expand All @@ -18,7 +18,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:

```yaml
- name: Hello
uses: dagger/dagger-for-github@v8.3.0
uses: dagger/dagger-for-github@v8.4.0
with:
module: github.com/shykes/daggerverse/hello
call: hello --greeting Hola --name Jeremy
Expand All @@ -30,7 +30,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:

```yaml
- name: Hello
uses: dagger/dagger-for-github@v8.3.0
uses: dagger/dagger-for-github@v8.4.0
with:
shell: container | from alpine | with-exec echo,"hello, world!" | stdout
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
Expand All @@ -40,7 +40,7 @@ Note: As a convenience for `dagger check` you can use the [dagger/checks](https:

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