From: Dan Brown Date: Sat, 18 Jan 2020 15:30:54 +0000 (+0000) Subject: Fixed github action workflow X-Git-Tag: v0.28.0~1^2~11 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/0ba75713e1f84d93fe352938e29686ef1fca803b Fixed github action workflow --- diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 4a641c56b..f6c002c05 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,10 +20,12 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Cache composer packages + - name: Get Composer Cache Directory id: composer-cache run: | echo "::set-output name=dir::$(composer config cache-files-dir)" + + - name: Cache composer packages uses: actions/cache@v1 with: path: ${{ steps.composer-cache.outputs.dir }}