Skip to content

Commit

Permalink
Handle org whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeazevedo authored and SHession committed Feb 4, 2022
1 parent 1c7bd54 commit 9b44635
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sbt-node-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup debug var
run: |
echo INPUT_DEBUG=${{ inputs.DEBUG }} >> $GITHUB_ENV
run: echo INPUT_DEBUG=${{ inputs.DEBUG }} >> $GITHUB_ENV
shell: bash

- uses: snyk/actions/setup@0.3.0
Expand All @@ -40,6 +39,6 @@ jobs:
distribution: "adopt"

- name: Snyk monitor
run: snyk monitor --all-projects ${INPUT_DEBUG:+ -d} --org=${{ inputs.ORG }}
run: snyk monitor --all-projects ${INPUT_DEBUG:+ -d} --org="${{ inputs.ORG }}"
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 9b44635

Please sign in to comment.