s0 / git-publish-subdir-action

GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
https://github.com/marketplace/actions/push-git-subdirectory-as-branch
MIT License
210 stars 36 forks source link

Fix cp with folder names containing spaces #33

Closed zensharp closed 3 years ago

zensharp commented 3 years ago

This fixes issue #32 by wrapping cp arguments with quotation marks.

zensharp commented 3 years ago

@s0, I wasn't able to figure out Jest unit testing (as I'm fairly unfamiliar with NodeJS/Javascript). Is there any assistance you can provide? Otherwise, I probably won't be able to dedicate more time to this task.

s0 commented 3 years ago

Replaced by #41