Skip to content

v1.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 02:57
· 8 commits to refs/heads/master since this release
de7b11d
Fix make/readme when github_repo has quotes @osterman (#376)

what

  • Use tr to delete quote characters

why

  • repos will never have special shell characters in their name
  • it breaks readme generation due to spurious quotes

references

  • #374 (introduced bug)