Skip to content

Commit e573239

Browse files
committed
Correct project name
1 parent b7b83e5 commit e573239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fossa-analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
- name: Install fossa cli
4747
run: "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"
4848
- 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 }}
5050
env:
5151
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}
5252
- name: Run FOSSA analyze
53-
run: fossa test --project git+github.com/OptimumCode/json-schema-validator
53+
run: fossa test --project json-schema-validator
5454
env:
5555
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}

0 commit comments

Comments
 (0)