Skip to content

Commit 4b7d4d0

Browse files
committed
Add second fossa call
1 parent b342bf4 commit 4b7d4d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fossa-analyze.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ jobs:
4646
- uses: fossas/fossa-action@v1
4747
with:
4848
api-key: ${{secrets.FOSSA_API_KEY}}
49-
# branch: ${{ github.event.pull_request.head.ref }}
49+
branch: ${{ github.event.pull_request.head.ref }}
50+
- uses: fossas/fossa-action@v1
51+
with:
52+
api-key: ${{secrets.FOSSA_API_KEY}}
5053
run-tests: true

0 commit comments

Comments
 (0)