From 08112986161b15c8a3f5b35d1ec87be83cf8fcfe Mon Sep 17 00:00:00 2001 From: sickn33 Date: Tue, 31 Mar 2026 18:08:26 +0200 Subject: [PATCH] ci: fix actionlint shellcheck warning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe9b6b06..6ed534ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: echo "- Generated drift: detected" echo echo "Predicted file updates:" - printf '%s\n' "$drift_files" | sed 's/^/- `/; s/$/`/' + printf '%s\n' "$drift_files" | sed "s/^/- \`/; s/\$/\`/" } >> "$GITHUB_STEP_SUMMARY" main-validation-and-sync: