Skip to content

Commit 093b8ed

Browse files
committed
ci: adapt job summary for url audits
1 parent 891b86a commit 093b8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Audit
137137
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace.name }}
138138
- name: Summary
139-
run: cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
139+
run: cat implementations/${{ matrix.workspace.name }}/README.md >> $GITHUB_STEP_SUMMARY
140140
- name: Upload audit report
141141
uses: actions/upload-artifact@v3
142142
with:

0 commit comments

Comments
 (0)