Skip to content

Commit 82a7a19

Browse files
authored
chore: fixed qoute issue in synk test command (#278)
1 parent 218e1ae commit 82a7a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup snyk
7575
uses: snyk/actions/[email protected]
7676
- name: Snyk test
77-
run: snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git
77+
run: snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git'
7878
env:
7979
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
8080
GRADLE_OPTS: -Dorg.gradle.workers.max=1

0 commit comments

Comments
 (0)