ci: fix actionlint shellcheck warning
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user