Skip to content

Commit cc2985f

Browse files
authored
Merge pull request #76 from newrelic/fixup-error-code
FOSSA composite action exit code
2 parents b12b334 + 7b20f93 commit cc2985f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/composite/fossa-composite/action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ runs:
6767
shell: bash
6868
if: ${{ env.HAS_FOSSA_TARGETS == 'Error' || env.FOSSA_ANALYZE_RESULT == 'Error' }}
6969
run: |
70-
exit 1
70+
echo "::notice::FOSSA - please follow up internally."
71+
exit 0
72+
# exit 1

0 commit comments

Comments
 (0)