Bug: Smart quotes (U+201C/U+201D) in pre-release.yml template break git clone #245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
The
Setup moko-platform toolsstep in.mokogitea/workflows/pre-release.ymlcontains Unicode smart quotes (U+201C“/ U+201D”) instead of ASCII straight quotes. This causes:The smart quotes were introduced in the template source and propagated to all 58 repos via
bulk_workflow_push.Affected lines: 67-80 (the
/opt/moko-platformdetection and fallback clone block)Fix: Replace all U+201C/U+201D with ASCII
"and U+2018/U+2019 with ASCII'in the template file. Then re-push to all repos.Files:
.mokogitea/workflows/pre-release.ymlBranch created:
feature/245-bug-smart-quotes-u-201c-u-201d-in-pre-re