Merge pull request #1734 from gerhard/github-action-version-fix
Fix dagger-for-github version
This commit is contained in:
commit
4e869d1bcf
@ -60,11 +60,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
# https://github.com/dagger/dagger-for-github
|
# https://github.com/dagger/dagger-for-github
|
||||||
uses: dagger/dagger-for-github@v0.2
|
uses: dagger/dagger-for-github@v2
|
||||||
with:
|
with:
|
||||||
workdir: pkg/universe.dagger.io/examples/todoapp
|
workdir: pkg/universe.dagger.io/examples/todoapp
|
||||||
plan: .
|
args: do deploy
|
||||||
do: deploy
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
Reference in New Issue
Block a user