Skip to content

Commit 1ed61d9

Browse files
committed
ci: update config file path
1 parent 812fe23 commit 1ed61d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ jobs:
2626
- name: List files in the repository
2727
run: ls -la
2828

29+
- name: print working directory
30+
run: pwd
31+
2932

3033
- name: Render terraform docs and push changes back to PR
3134
uses: terraform-docs/gh-actions@main
3235
with:
33-
config-file: .terraform-docs.yml
36+
config-file: /.terraform-docs.yml
3437

3538

3639
collectInputs:

0 commit comments

Comments
 (0)