diff --git a/.github/workflows/phpunits.yaml b/.github/workflows/phpunits.yaml index b2f046aef..b7fbbecef 100644 --- a/.github/workflows/phpunits.yaml +++ b/.github/workflows/phpunits.yaml @@ -124,7 +124,7 @@ jobs: - name: Check codeclimate id: codeclimate-check - run: "echo ::set-output name=execute::${{ matrix.php-versions == '8.0' && matrix.caches == 'array' && matrix.databases == 'testing' }}" + run: echo "execute=${{ matrix.php-versions == '8.0' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT - name: Prepare codeclimate id: codeclimate-prepare