diff --git a/.github/workflows/semgrep-cloud.yaml b/.github/workflows/semgrep-cloud.yaml index 6bb840fe..1a17a2b2 100644 --- a/.github/workflows/semgrep-cloud.yaml +++ b/.github/workflows/semgrep-cloud.yaml @@ -59,4 +59,4 @@ jobs: secrets: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} with: - debug: ${{ github.event.inputs.debug }} + debug: ${{ github.event.inputs.debug || false }}