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)"