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: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@master uses: actions/checkout@master
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Get Composer Cache Directory - name: Get Composer Cache Directory
id: composer-cache id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)" run: echo "::set-output name=dir::$(composer config cache-files-dir)"