Skip to content

Commit

Permalink
Merge pull request #76 from newrelic/fixup-error-code
Browse files Browse the repository at this point in the history
FOSSA composite action exit code
  • Loading branch information
elaguerta-nr committed Jun 4, 2024
2 parents b12b334 + 7b20f93 commit cc2985f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/composite/fossa-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ runs:
shell: bash
if: ${{ env.HAS_FOSSA_TARGETS == 'Error' || env.FOSSA_ANALYZE_RESULT == 'Error' }}
run: |
exit 1
echo "::notice::FOSSA - please follow up internally."
exit 0
# exit 1

0 comments on commit cc2985f

Please sign in to comment.