From 003c22d4de1aa28c9cf23acfbb43ebf7144c7331 Mon Sep 17 00:00:00 2001
From: anzoman <aluzarwork@gmail.com>
Date: Fri, 22 Apr 2022 11:46:19 +0200
Subject: [PATCH] Fix indentation within GH Action workflow

---
 .github/workflows/ci_cd.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml
index 2e37fe5..a5f870a 100644
--- a/.github/workflows/ci_cd.yml
+++ b/.github/workflows/ci_cd.yml
@@ -11,6 +11,7 @@ jobs:
   ci_cd:
     runs-on: ubuntu-20.04
     steps:
+      - name: Checkout repository
         uses: actions/checkout@v3
         with:
           fetch-depth: 0
-- 
GitLab