Skip to content

Commit 72e32fb

Browse files
committed
Fix incorrect call in .github/workflows/php.yml.
1 parent 56bfb8e commit 72e32fb

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
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v4
102102
- uses: docker://pipelinecomponents/php-codesniffer
103103
with:
104-
options: >-
104+
args: >-
105105
phpcs
106106
-s
107107
--extensions=php

0 commit comments

Comments
 (0)