Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 9d73c7d

Browse files
committed
CI/CD: Fix my wrong string flavour 😭
1 parent 64c0dc8 commit 9d73c7d

File tree

4 files changed

+866
-863
lines changed

4 files changed

+866
-863
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
SUMMARY=""
4343
for element in $(ls reports/markdown); do
44-
SUMMARY="$(echo -e "${SUMMARY}\n$(cat "${element}")")"
44+
SUMMARY="$(echo -e "${SUMMARY}\n$(cat "reports/markdown${element}")")"
4545
done
4646
cho "$SUMMARY" >> $GITHUB_STEP_SUMMARY
4747
build-scan:

0 commit comments

Comments
 (0)