diff --git a/.github/workflows/spectral-lint.yml b/.github/workflows/spectral-lint.yml index 5ec841b2..3b425d33 100644 --- a/.github/workflows/spectral-lint.yml +++ b/.github/workflows/spectral-lint.yml @@ -19,7 +19,8 @@ jobs: - name: Bundle Spec uses: docker://redocly/cli:latest with: - args: bundle --dereferenced openapi.yaml -o bundled.yaml + entrypoint: sh + args: -c "cd /github/workspace && redocly bundle --dereferenced openapi.yaml -o bundled.yaml" - name: Spectral Lint uses: docker://stoplight/spectral:latest with: