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 4c243bf commit 19b64baCopy full SHA for 19b64ba
.github/workflows/code-quality.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Get changed plugin directory
32
id: plugin
33
run: |
34
- bash .github/scripts/get_plugin.slug.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
+ bash .github/scripts/get_plugin_slug.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
35
36
- name: Detect changed plugins with quality config
37
id: detect
0 commit comments