Skip to content

Commit 5b7d09c

Browse files
committed
Relative path fix.
1 parent ac9df2c commit 5b7d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-php-composer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Validate Composer File
3131
shell: bash
3232
run: |
33-
if [ ! -f "plugins/${{ steps.plugin.outputs.slug }}/composer.json" ]; then
33+
if [ ! -f "${{ steps.plugin.outputs.slug }}/composer.json" ]; then
3434
echo "Error: composer.json missing in plugins/${{ steps.plugin.outputs.slug }}"
3535
exit 1
3636
fi

0 commit comments

Comments
 (0)