Skip to content

Commit 05d88a3

Browse files
committed
update failure detection
Signed-off-by: Jakub Jarosz <[email protected]>
1 parent 4112427 commit 05d88a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,4 @@ jobs:
148148
retention-days: 7
149149

150150
- name: Final scan result
151-
run: |
152-
exit ${{ steps.report.outputs.mend-scan-result }}
151+
run: echo ${{ steps.scan.outcome }}

0 commit comments

Comments
 (0)