File tree 1 file changed +12
-9
lines changed 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,21 @@ jobs:
11
11
with :
12
12
ref : ${{ github.event.pull_request.head.ref }}
13
13
14
- - name : Render terraform docs and push changes back to PR
15
- uses : terraform-docs/gh-actions@main
16
- with :
17
- working-dir : terraform/azure-devops/create-service-connection
18
- output-file : README.md
19
- output-method : inject
20
- git-push : " true"
21
-
14
+ - name : Setup Graphviz
15
+ uses : ts-graphviz/setup-graphviz@v2
16
+
22
17
- name : Generate diagram
23
18
run : |
24
19
terraform init
25
20
terraform graph | dot -Tpng >graph.png
26
21
git push
27
22
shell : bash
28
- working-directory : terraform/azure-devops/create-service-connection
23
+ working-directory : terraform/azure-devops/create-service-connection
24
+
25
+ - name : Render terraform docs and push changes back to PR
26
+ uses : terraform-docs/gh-actions@main
27
+ with :
28
+ working-dir : terraform/azure-devops/create-service-connection
29
+ output-file : README.md
30
+ output-method : inject
31
+ git-push : " true"
You can’t perform that action at this time.
0 commit comments