Skip to content

Commit a12c891

Browse files
committed
Fix inccorect docker name.
1 parent 5aa2a6d commit a12c891

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
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-24.04
116116
steps:
117117
- uses: actions/checkout@v4
118-
- uses: docker://pipeline-components/php-codesniffer
118+
- uses: docker://pipelinecomponents/php-codesniffer
119119
with:
120120
options: --standard=.config/phpcs.xml.dist
121121
# 03.quality.php.lint-version-compatibility.yml

0 commit comments

Comments
 (0)