Skip to content

Commit

Permalink
https://github.blog/changelog/2022-10-11-github-actions-deprecating-s…
Browse files Browse the repository at this point in the history
…ave-state-and-set-output-commands/
  • Loading branch information
rez1dent3 committed Oct 24, 2022
1 parent e7a8726 commit c9401d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9401d9

Please sign in to comment.