Skip to content

Commit 742a364

Browse files
committed
hold vars
1 parent 6e7cdbb commit 742a364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
name: Mend
6969
runs-on: ubuntu-22.04
7070
#needs: check-if-allowed
71+
outputs:
72+
mend-report-file: ${{ steps.report.mend-report-file }}
7173
steps:
7274
- name: Checkout Repository
7375
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -125,6 +127,7 @@ jobs:
125127
cat $GITHUB_OUTPUT
126128
127129
- name: Print scan report
130+
id: print
128131
run: |
129132
cat ${{ steps.report.mend-report-file }} | jq .
130133

0 commit comments

Comments
 (0)