diff --git a/.github/workflows/actions/generate-test-report/action.yml b/.github/workflows/actions/generate-test-report/action.yml index 6f8dc78a68..0ae4735d58 100644 --- a/.github/workflows/actions/generate-test-report/action.yml +++ b/.github/workflows/actions/generate-test-report/action.yml @@ -26,7 +26,7 @@ runs: shell: bash working-directory: ./core/test-reporter - name: Generate Report - run: node dist/index.js ../../../test-report-*/*.json + run: node dist/index.js "../../../test-report-*/*.json" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: ${{ github.repository.repo }}