Skip to content

Commit edec4b0

Browse files
committed
Fixed path for action.
1 parent cfffa71 commit edec4b0

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
@@ -22,6 +22,6 @@ jobs:
2222
echo "slug=$plugin" >> $GITHUB_OUTPUT
2323
2424
- name: PHP Code Quality
25-
uses: ./.github/actions/php-code-quality
25+
uses: ./.github/actions/code-quality
2626
with:
2727
working-directory: plugins/${{ steps.plugin.outputs.slug }}

0 commit comments

Comments
 (0)