We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe80f commit dd15690Copy full SHA for dd15690
.github/workflows/fossa-default.yml
@@ -19,7 +19,7 @@ jobs:
19
20
fossa:
21
needs: check_env
22
- if: ${{ needs.check_env.HAS_FOSSA_API_KEY }}
+ if: ${{ !needs.check_env.HAS_FOSSA_API_KEY }}
23
runs-on: ubuntu-latest
24
env:
25
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}
0 commit comments