From 12668df29204f24ed096fbb250722eedeb6dcd98 Mon Sep 17 00:00:00 2001 From: Tihomir Jovicic Date: Wed, 14 Jul 2021 13:05:48 +0200 Subject: [PATCH] Fix linting issues in gh integration docs Signed-off-by: Tihomir Jovicic --- docs/learn/109-github-actions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn/109-github-actions.md b/docs/learn/109-github-actions.md index 13253884..d27d5784 100644 --- a/docs/learn/109-github-actions.md +++ b/docs/learn/109-github-actions.md @@ -13,10 +13,10 @@ import TabItem from '@theme/TabItem'; We assume that you've finished our 106-cloudrun tutorial as this one continues right after. -## Setup new Github repo +## Setup new Github repo -Push existing `examples/todoapp` directory to your new Github repo (public or private). It should contain all the code -from `https://github.com/dagger/examples/tree/main/todoapp`, `gcpcloudrun` and `.dagger/env/gcpcloudrun/` directory. +Push existing `examples/todoapp` directory to your new Github repo (public or private). It should contain all the code +from `https://github.com/dagger/examples/tree/main/todoapp`, `gcpcloudrun` and `.dagger/env/gcpcloudrun/` directory. ### Add Github Actions Secret