Merge pull request #1734 from gerhard/github-action-version-fix

Fix dagger-for-github version
This commit is contained in:
Gerhard Lazu 2022-03-09 21:55:10 +00:00 committed by GitHub
commit 4e869d1bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,11 +60,10 @@ jobs:
- name: Deploy to Netlify
# https://github.com/dagger/dagger-for-github
uses: dagger/dagger-for-github@v0.2
uses: dagger/dagger-for-github@v2
with:
workdir: pkg/universe.dagger.io/examples/todoapp
plan: .
do: deploy
args: do deploy
```
</TabItem>