File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ jobs:
17
17
with :
18
18
files : " composer.json"
19
19
20
- - name : Set up PHP envirnoment
20
+ - name : Set up PHP environment
21
+ if : steps.check_composer_file.outputs.files_exists == 'true'
21
22
uses : shivammathur/setup-php@v2
22
23
with :
23
24
php-version : ' 7.4'
24
25
tools : cs2pr
25
26
26
- - name : Get Composer cache Directory
27
+ - name : Get Composer cache directory
27
28
if : steps.check_composer_file.outputs.files_exists == 'true'
28
29
id : composer-cache
29
30
run : |
@@ -66,13 +67,14 @@ jobs:
66
67
with :
67
68
files : " composer.json, phpcs.xml.dist"
68
69
69
- - name : Set up PHP envirnoment
70
+ - name : Set up PHP environment
71
+ if : steps.check_files.outputs.files_exists == 'true'
70
72
uses : shivammathur/setup-php@v2
71
73
with :
72
74
php-version : ' 7.4'
73
75
tools : cs2pr
74
76
75
- - name : Get Composer cache Directory
77
+ - name : Get Composer cache directory
76
78
if : steps.check_files.outputs.files_exists == 'true'
77
79
id : composer-cache
78
80
run : |
You can’t perform that action at this time.
0 commit comments