From d41f46ad17f09871d43546792de6f0ec99d115f6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 26 Jan 2020 14:07:20 +0100 Subject: [PATCH] Fix syntax --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9001f6df1..677c6db70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@master - with: - fetch-depth: 1 + with: + fetch-depth: 1 - name: Get Composer Cache Directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)"