Open
Description
What problem are you facing?
I have Repositories that need to enforce Signed Commits, and would like to keep this action.
How could terraform-docs help solve your problem?
1st Hypothesis:
- Integrate with the action the possibility to use GPG keys to verify the commits, when pushing.
2nd Hypothesis:
- Fix Issue The action runs as the root user, causing subsequent workflows to fail #50, so that we can use other addons such as crazy-max/ghaction-import-gpg@v2 and Add & Commit to improve our commits.