We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891b86a commit 093b8edCopy full SHA for 093b8ed
.github/workflows/audits.yml
@@ -136,7 +136,7 @@ jobs:
136
- name: Audit
137
run: node scripts/audit-implementation.mjs implementations/${{ matrix.workspace.name }}
138
- name: Summary
139
- run: cat implementations/${{ matrix.workspace }}/README.md >> $GITHUB_STEP_SUMMARY
+ run: cat implementations/${{ matrix.workspace.name }}/README.md >> $GITHUB_STEP_SUMMARY
140
- name: Upload audit report
141
uses: actions/upload-artifact@v3
142
with:
0 commit comments