This repository has no description

fix: quote glob in action so git stages deeply nested md files master

Unquoted `**/*.md` was shell-expanded (bash globstar is off by default), only matching one level deep. Quoting it passes the pattern as a git pathspec, which recurses at any depth.


+1 -1
1 changed file