Fix syntax

This commit is contained in:
Dennis Eichhorn 2020-01-26 14:07:20 +01:00
parent 70bcf1a4c0
commit d41f46ad17

View File

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