Skip to content

Commit

Permalink
chore: fix fossa action (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 3, 2023
1 parent f942d04 commit ce258b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
jvm: temurin:1.17

- name: Set up fossa CLI
run: curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
run: "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"

- name: FOSSA analyze
run: fossa analyze
Expand Down

0 comments on commit ce258b1

Please sign in to comment.