Skip to content

Commit

Permalink
fix: use python3 as executable for tf-docs script (#967)
Browse files Browse the repository at this point in the history
## Info

* Follow up from #966 - Executing `python` doesn't do the trick, the
executable needs to be `python3`
  • Loading branch information
Gowiem authored Jan 29, 2025
1 parent ef0d912 commit bb85051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/terraform-docs/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ actions:
runtime: python
triggers:
- git_hooks: [pre-commit]
run: python ${cwd}/terraform-docs.py
run: python3 ${cwd}/terraform-docs.py

0 comments on commit bb85051

Please sign in to comment.