mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
b94ae92ab0
The issue-body template was wrapped in a three-backtick fence while containing three-backtick HCL and Bash blocks, so the HCL example's closing fence terminated the wrapper early and the following fence swallowed the remaining workflow sections. Use a four-backtick wrapper so the nested blocks render intact. Co-authored-by: Aaron Powell <me@aaron-powell.com>