mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
Update tag version in readme (#143)
Signed-off-by: Vincent Rischmann <vincent@rischmann.fr>
This commit is contained in:
parent
145f04c8b5
commit
f2c0013615
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Hello
|
- name: Hello
|
||||||
uses: dagger/dagger-for-github@v5
|
uses: dagger/dagger-for-github@v6
|
||||||
with:
|
with:
|
||||||
verb: call
|
verb: call
|
||||||
module: github.com/shykes/daggerverse/hello
|
module: github.com/shykes/daggerverse/hello
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Integration Test
|
- name: Integration Test
|
||||||
uses: dagger/dagger-for-github@v5
|
uses: dagger/dagger-for-github@v6
|
||||||
with:
|
with:
|
||||||
workdir: db-service
|
workdir: db-service
|
||||||
verb: run
|
verb: run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue