github-pages-directory-listing icon indicating copy to clipboard operation
github-pages-directory-listing copied to clipboard

Generated files have wrong owner and group set

Open jacklul opened this issue 1 year ago • 0 comments

Generated index.html files have root:root set but should retain the defaults the current workflow is running under (like runner:docker).

Current workaround is to run find . -type f -name index.html -exec sudo chown $(id -u):$(id -g) {} \; after this action.

PS. You should also create vMAJOR tag for each new MAJOR version increment so people can use uses: jayanta525/github-pages-directory-listing@v4.

jacklul avatar May 09 '24 20:05 jacklul