Skip to content

Commit d9545f2

Browse files
committed
Update file(s) from wp-cli/.github
1 parent a6a7886 commit d9545f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
files: "composer.json, phpcs.xml.dist"
6969

7070
- name: Set up PHP environment
71-
if: steps.check_composer_file.outputs.files_exists == 'true'
71+
if: steps.check_files.outputs.files_exists == 'true'
7272
uses: shivammathur/setup-php@v2
7373
with:
7474
php-version: '7.4'

0 commit comments

Comments
 (0)