Skip to content

Commit 33c8016

Browse files
committed
file-org-workflows: silly ai prompting
1 parent 52b8a01 commit 33c8016

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- name: Display coverage summary in job summary
4343
run: |
4444
echo "## Code Coverage Summary for $(echo ${{ inputs.project-path }} | cut -d '/' -f 2)" >> $GITHUB_STEP_SUMMARY
45-
echoinputs.project-path })" >> $GITHUB_STEP_SUMMARY
46-
echo '```' >> $GITHUB_STEP_SUMMARY
45+
echo "" >> $GITHUB_STEP_SUMMARY
4746
cat coverage_summary.md >> $GITHUB_STEP_SUMMARY
48-
echo '```' >> $GITHUB_STEP_SUMMARY
47+
echo "" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)