From 9f3dcec75edeb649ef22df91b7105665dd23e7ae Mon Sep 17 00:00:00 2001 From: Sarvar Muminov Date: Thu, 10 Dec 2020 17:23:08 -0800 Subject: [PATCH] Fixing spacing in the docs --- runatlantis.io/docs/pre-workflow-hooks.md | 4 ++-- runatlantis.io/docs/server-side-repo-config.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/runatlantis.io/docs/pre-workflow-hooks.md b/runatlantis.io/docs/pre-workflow-hooks.md index cbea3af913..61765aa50e 100644 --- a/runatlantis.io/docs/pre-workflow-hooks.md +++ b/runatlantis.io/docs/pre-workflow-hooks.md @@ -22,8 +22,8 @@ right before Atlantis can parse it. ```yaml repos: - id: /.*/ - pre_workflow_hooks: - - run: ./repo-config-genarator.sh + pre_workflow_hooks: + - run: ./repo-config-genarator.sh ``` ### Reference #### Custom `run` Command diff --git a/runatlantis.io/docs/server-side-repo-config.md b/runatlantis.io/docs/server-side-repo-config.md index d74cc8d3df..4b8e308cdc 100644 --- a/runatlantis.io/docs/server-side-repo-config.md +++ b/runatlantis.io/docs/server-side-repo-config.md @@ -161,9 +161,8 @@ custom workflows, you can create a `pre-workflow-hooks`: repos: - id: /.*/ pre_workflow_hooks: - -- run: my custom command - - run: | + - run: my custom command + - run: | my bash script inline ``` See [Pre Workflow Hooks](pre-workflow-hooks.html) for more details on writing