Skip to content

Commit

Permalink
Fixup: close if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr authored Nov 7, 2023
1 parent 6e741ed commit 681f687
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 @@ -52,7 +52,6 @@ jobs:
name: Run fossa analyze
if: ${{ steps.fossa-list-targets.outputs.HAS_FOSSA_TARGETS == 'True'}}
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
fossa_analyze_output=$(fossa analyze 2>&1)
echo "::notice::$fossa_analyze_output"
Expand All @@ -62,6 +61,7 @@ jobs:
echo "FOSSA_ANALYZE_RESULT=Error" >> "$GITHUB_OUTPUT"
else
echo "FOSSA_ANALYZE_RESULT=Success" >> "$GITHUB_OUTPUT"
fi
- name: Set fossaAnalyzeResult custom property
run: |
curl -L \
Expand Down

0 comments on commit 681f687

Please sign in to comment.