From 74c3465ca0790f693aa8fabb00c3abc5c487fb79 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Wed, 9 Mar 2022 17:34:18 +0000 Subject: [PATCH] Fix dagger-for-github version We assume that this will be out by the time this goes live. Signed-off-by: Gerhard Lazu --- docs/getting-started/1201-ci-environment.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/1201-ci-environment.md b/docs/getting-started/1201-ci-environment.md index 46b8c899..81bf1804 100644 --- a/docs/getting-started/1201-ci-environment.md +++ b/docs/getting-started/1201-ci-environment.md @@ -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 ```