orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
117 stars 14 forks source link

Working directory permissions #8

Closed wpbonelli closed 1 year ago

wpbonelli commented 1 year ago

Thanks for developing this action. The addition yesterday of chown -R root:root . to the Docker container entrypoint alters filesystem permissions on the host, e.g. making subsequent workflow steps unable to write to the job's working directory.

orhun commented 1 year ago

Hey! 970cdaa65d3d3e8ad4d61bb01fb1172931eba8ba should fix this issue. Thanks for reporting! 🐻

wpbonelli commented 1 year ago

thanks for the quick fix!