File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 28
28
# Whether to configure the token or SSH key with the local git config. Default: true
29
29
persist-credentials : false
30
30
31
+ # https://github.com/tfutils/tfenv#manual
32
+ - name : Install tfenv
33
+
34
+ with :
35
+ # https://github.com/actions/checkout#checkout-multiple-repos-nested
36
+ repository : tfutils/tfenv
37
+ path : tfenv
38
+ ref : v3.0.0
39
+ # Whether to configure the token or SSH key with the local git config. Default: true
40
+ persist-credentials : false
41
+
42
+ # https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
43
+ - name : Add tfenv directory to PATH
44
+ run : echo "$GITHUB_WORKSPACE/tfenv/bin" >> $GITHUB_PATH
45
+
31
46
- name : Install terraform
32
47
working-directory : infra/terraform
33
48
run : tfenv install
You can’t perform that action at this time.
0 commit comments