Skip to content

Commit

Permalink
fix: missing output key
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 19, 2024
1 parent 2115334 commit 075a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

fossa:
needs: check_env
if: ${{ !needs.check_env.HAS_FOSSA_API_KEY }}
if: ${{ needs.check_env.outputs.HAS_FOSSA_API_KEY }}
runs-on: ubuntu-latest
env:
FOSSA_API_KEY: ${{secrets.FOSSA_API_KEY}}
Expand Down

0 comments on commit 075a8ad

Please sign in to comment.