We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed621a commit e223335Copy full SHA for e223335
.github/workflows/pre-commit.yaml
@@ -23,16 +23,11 @@ jobs:
23
with:
24
ref: ${{ github.event.pull_request.head.ref }}
25
26
- - name: List files in the repository
27
- run: ls -la
28
-
29
- - name: print working directory
30
- run: pwd
31
32
33
- name: Render terraform docs and push changes back to PR
34
uses: terraform-docs/gh-actions@main
35
+ working-dir: .
+ git-push: true
36
config-file: .terraform-docs.yaml
37
38
0 commit comments