We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfffa71 commit edec4b0Copy full SHA for edec4b0
.github/workflows/code-quality.yml
@@ -22,6 +22,6 @@ jobs:
22
echo "slug=$plugin" >> $GITHUB_OUTPUT
23
24
- name: PHP Code Quality
25
- uses: ./.github/actions/php-code-quality
+ uses: ./.github/actions/code-quality
26
with:
27
working-directory: plugins/${{ steps.plugin.outputs.slug }}
0 commit comments