Skip to content

Commit

Permalink
echo api key flag
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 19, 2024
1 parent 7e8850e commit d3fe80f
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 @@ -13,7 +13,7 @@ jobs:
HAS_FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY != '' }}
steps:
- id: check-fossa-api-key
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT"
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT" && echo $HAS_FOSSA_API_KEY
outputs:
HAS_FOSSA_API_KEY: ${{ steps.check-fossa-api-key.outputs.check }}

Expand Down

0 comments on commit d3fe80f

Please sign in to comment.