diff --git a/.forgejo/workflows/typo3-staged-deploy.yaml b/.forgejo/workflows/typo3-staged-deploy.yaml index 0d88cc3..0ebb269 100644 --- a/.forgejo/workflows/typo3-staged-deploy.yaml +++ b/.forgejo/workflows/typo3-staged-deploy.yaml @@ -99,7 +99,7 @@ jobs: run: composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs - name: Install Node dependencies & build - if: ${{ inputs.build_frontend == 'true' }} + if: ${{ fromJSON(inputs.build_frontend) }} run: | npm ci npm run build