Skip to content

Commit 5aaa08d

Browse files
committed
Fix incorrect call in .github/workflows/php.yml.
1 parent 70c320c commit 5aaa08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/checkout@v4
135135
- uses: docker://pipelinecomponents/php-codesniffer
136136
with:
137-
options: >-
137+
args: >-
138138
phpcs
139139
-s
140140
--extensions=php

0 commit comments

Comments
 (0)