fix: quote glob in action so git stages deeply nested md files
Unquoted `**/*.md` was shell-expanded (bash globstar is off bydefault), only matching one level deep. Quoting it passes thepattern as a git pathspec, which recurses at any depth.
Julien Calixte 3 weeks ago b188ce77 607109a0