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 ac9df2c commit 5b7d09cCopy full SHA for 5b7d09c
.github/actions/setup-php-composer/action.yml
@@ -30,7 +30,7 @@ runs:
30
- name: Validate Composer File
31
shell: bash
32
run: |
33
- if [ ! -f "plugins/${{ steps.plugin.outputs.slug }}/composer.json" ]; then
+ if [ ! -f "${{ steps.plugin.outputs.slug }}/composer.json" ]; then
34
echo "Error: composer.json missing in plugins/${{ steps.plugin.outputs.slug }}"
35
exit 1
36
fi
0 commit comments