Skip to content

Commit

Permalink
fix quotation nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 14, 2023
1 parent 2da8b1b commit 082376c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jobs:
working-directory: ./vendor/${{ inputs.module-repo }}
shell: bash
run: |
echo "hasPackageJson=`test -f vendor/${{ inputs.module-repo }}/package.json` >> $GITHUB_OUTPUT
echo "hasPackageJson=`test -f vendor/${{ inputs.module-repo }}/package.json`" >> $GITHUB_OUTPUT
- name: Check Module for build script
id: build
working-directory: ./vendor/${{ inputs.module-repo }}
if: ${{ steps.workflow.outputs.hasPackageJson }}
shell: bash
run: |
echo "hasBuildCommand=`grep -wq '"build":' vendor/${{ inputs.module-repo }}/package.json"` >> $GITHUB_OUTPUT
echo "hasBuildCommand=`grep -wq '"build":' vendor/${{ inputs.module-repo }}/package.json`" >> $GITHUB_OUTPUT
- name: Setup Registry for Module
working-directory: ./vendor/${{ inputs.module-repo }}
Expand Down

0 comments on commit 082376c

Please sign in to comment.