diff --git a/.github/workflows/snyk_ci.yml b/.github/workflows/snyk_ci.yml index cb9f85e90a3..0973ae66ec5 100644 --- a/.github/workflows/snyk_ci.yml +++ b/.github/workflows/snyk_ci.yml @@ -42,7 +42,7 @@ jobs: - name: run code test if: always() run: | - snyk code test --report --project-name ="my_code_target_from_GH" --json-file-output=code_results.json + snyk code test --report --project-name="my_code_target_from_GH" --json-file-output=code_results.json - name: run html if: always()