From 0bfb9dbcf456deea142aeab6de59c90d6887a616 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 26 Jul 2022 20:03:13 +0100 Subject: [PATCH] fix syntax --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 614fa27cf..31c4c64ce 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,9 +13,9 @@ jobs: defaults: run: working-directory: ./src/Ombi/ClientApp - # Job steps + steps: - - name: Checkout repository + - name: Checkout repository uses: actions/checkout@v2 with: fetch-depth: 0