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 812fe23 commit 1ed61d9Copy full SHA for 1ed61d9
.github/workflows/pre-commit.yaml
@@ -26,11 +26,14 @@ jobs:
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
with:
- config-file: .terraform-docs.yml
36
+ config-file: /.terraform-docs.yml
37
38
39
collectInputs:
0 commit comments