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

Commit c8dbcbd

Browse files
committed
CI/CD: fix type
1 parent dae4d07 commit c8dbcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
for element in $(ls reports/markdown); do
4444
SUMMARY="$(echo -e "${SUMMARY}\n$(cat "reports/markdown/${element}")")"
4545
done
46-
cho "$SUMMARY" >> $GITHUB_STEP_SUMMARY
46+
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
4747
build-scan:
4848
name: Build and Security Scan
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)