Skip to content

Commit 4675bb4

Browse files
committed
check content of the report
1 parent cdf2993 commit 4675bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Print scan report
130130
id: print
131131
run: |
132-
echo "mend-report=$(cat ${{ steps.report.outputs.mend-report-file }} | jq .)" >> $GITHUB_OUTPUT
132+
cat ${{ steps.report.outputs.mend-report-file }} | jq .
133133
134134
upload:
135135
name: Archive mend scan report

0 commit comments

Comments
 (0)