We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a8726 commit c41b1a0Copy full SHA for c41b1a0
.github/workflows/phpunits.yaml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Check codeclimate
126
id: codeclimate-check
127
- 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
128
129
- name: Prepare codeclimate
130
id: codeclimate-prepare
0 commit comments