Skip to content

Commit 19b64ba

Browse files
committed
Fixed typo in code-quality rename of get_plugin.slug.sh to get_plugin_slug.sh
1 parent 4c243bf commit 19b64ba

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get changed plugin directory
3232
id: plugin
3333
run: |
34-
bash .github/scripts/get_plugin.slug.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
34+
bash .github/scripts/get_plugin_slug.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
3535
3636
- name: Detect changed plugins with quality config
3737
id: detect

0 commit comments

Comments
 (0)