Skip to content

Commit d3bbded

Browse files
committed
Update plugin-check.yml
1 parent 474e211 commit d3bbded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/plugin-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- name: Set output
4343
id: detect
4444
run: |
45-
if [ -z "${{ steps.plugin.outputs.plugins }}" ] || [ "${{ steps.plugin.outputs.plugins }}" = "[]" ]; then
45+
# get_plugin_slug.sh outputs: slug, plugins (JSON array), has-plugins
46+
if [ -z "${{ steps.plugin.outputs.slug }}" ]; then
4647
echo "plugins=[]" >> $GITHUB_OUTPUT
4748
echo "has-plugins=false" >> $GITHUB_OUTPUT
4849
exit 0

0 commit comments

Comments
 (0)