Skip to content

Commit 81b68f6

Browse files
committed
Update output references in code quality workflow
Changed output variable references from 'detect' to 'detect-plugin-slug' in the code quality GitHub Actions workflow to ensure correct step outputs are used.
1 parent e13c8a3 commit 81b68f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Detect plugins has php code quality configuration
2424
outputs:
25-
plugins: ${{ steps.detect.outputs.plugins }}
26-
has-plugins: ${{ steps.detect.outputs.has-plugins }}
25+
plugins: ${{ steps.detect-plugin-slug.outputs.plugins }}
26+
has-plugins: ${{ steps.detect-plugin-slug.outputs.has-plugins }}
2727
php-version: ${{ steps.detect-php-version.outputs.php-version }}
2828
steps:
2929
- name: Checkout

0 commit comments

Comments
 (0)