Goal
Restore valid YAML for the weekly roundup workflow.
Steps
- Create an issue for the invalid workflow syntax.
- Branch from updated
main.
- Re-indent the Python heredoc inside
.github/workflows/generate_my_web_this_week.yml.
- Validate the workflow file with a local YAML parser.
- Commit, push, and open a PR that closes the issue.
Verification
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/generate_my_web_this_week.yml"); puts "yaml ok"'