From c56ca472e4a7b7be9635a31b4b66ec4ae32248bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 16 Aug 2023 11:03:30 +0200 Subject: [PATCH] Fix GitHub CI syntax --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 693927d..c43f7c1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -61,7 +61,7 @@ jobs: - name: "Determine Composer cache directory" id: composer-cache - run: echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: "Cache dependencies" uses: actions/cache@v3 @@ -106,7 +106,7 @@ jobs: - name: "Determine Composer cache directory" id: composer-cache - run: echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT" + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: "Cache dependencies" uses: actions/cache@v3 @@ -145,7 +145,7 @@ jobs: - name: "Determine Composer cache directory" id: composer-cache - run: echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: "Cache dependencies" uses: actions/cache@v3