Skip to content

Commit 6e7cdbb

Browse files
committed
print report
1 parent 5c3df43 commit 6e7cdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ jobs:
121121
run: |
122122
ls -lt whitesource/
123123
find whitesource -type f -name "${PROJECT_NAME}*scan_report.json"
124-
echo "mend-report=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
124+
echo "mend-report-file=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
125125
cat $GITHUB_OUTPUT
126126
127127
- name: Print scan report
128128
run: |
129-
cat {{ steps.report.mend-report }} | jq .
129+
cat ${{ steps.report.mend-report-file }} | jq .
130130
131131
upload:
132132
name: Archive mend scan report

0 commit comments

Comments
 (0)