File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
- name : Install fossa cli
47
47
run : " curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"
48
48
- name : Run FOSSA analyze
49
- run : fossa analyze --project git+github.com/OptimumCode/ json-schema-validator --branch ${{ github.event.pull_request.head.ref }}
49
+ run : fossa analyze --project json-schema-validator --branch ${{ github.event.pull_request.head.ref }}
50
50
env :
51
51
FOSSA_API_KEY : ${{secrets.FOSSA_API_KEY}}
52
52
- name : Run FOSSA analyze
53
- run : fossa test --project git+github.com/OptimumCode/ json-schema-validator
53
+ run : fossa test --project json-schema-validator
54
54
env :
55
55
FOSSA_API_KEY : ${{secrets.FOSSA_API_KEY}}
You can’t perform that action at this time.
0 commit comments