From ff6db59d5a0443daedf862c73ff24aeecbada58e Mon Sep 17 00:00:00 2001
From: Simon Engledew <simon-engledew@github.com>
Date: Wed, 4 Nov 2020 18:57:50 +0000
Subject: [PATCH] Fix indentation for action output

Co-authored-by: Chris Gavin <chris@chrisgavin.me>
---
 init/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/action.yml b/init/action.yml
index 6b5f408b3..77c5c2e64 100644
--- a/init/action.yml
+++ b/init/action.yml
@@ -25,7 +25,7 @@ inputs:
     default: 'true'
 outputs:
   codeql-path:
-      description: The path of the CodeQL binary used for analysis
+    description: The path of the CodeQL binary used for analysis
 runs:
   using: 'node12'
   main: '../lib/init-action.js'