Skip to content

Commit

Permalink
fix: output variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 27, 2024
1 parent 7342405 commit afcbf41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fossa-check-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
runs-on: ubuntu-latest
env:
HAS_FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY != '' }}
outputs:
HAS_FOSSA_API_KEY: ${{ steps.check-fossa-api-key.outputs.check }}
steps:
- id: check-fossa-api-key
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT"

outputs:
check: ${{ steps.check-fossa-api-key.outputs.check }}

0 comments on commit afcbf41

Please sign in to comment.