actions
actions copied to clipboard
A collection of GitHub Actions to run Pluralith in CI and automate infrastructure documentation generation
I've tried running these actions in my personal org and have even started a trial thinking maybe this doesn't work unless on a paid version. I've copied the actions from...
I used the following yaml. But I get an error not finding the comment.md file. ~~~ pluralith: runs-on: ubuntu-latest permissions: contents: read pull-requests: write env: working-directory: ./terraform steps: - name:...