terraform-docs / gh-actions

A Github action for generating Terraform module documentation using terraform-docs and gomplate
Apache License 2.0
152 stars 63 forks source link

Checkout breaking change #81

Closed tjrmentor closed 2 years ago

tjrmentor commented 2 years ago

fixing git breaking change, described here: https://github.com/actions/checkout/issues/766 Attempts to use git calls in an action where the user on the folder doesn't match the current user will fail. This comes about because of the way GitHub Actions mounts the $GITHUB_WORKSPACE directory on the parent container filesystem. Global setting introduced as workaround, this fix applies the setting.