File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# actions-setup-tfcmt
2+
3+ [ ![ Setup test] ( https://github.com/shmokmt/actions-setup-tfcmt/actions/workflows/test.yml/badge.svg )] ( https://github.com/shmokmt/actions-setup-tfcmt/actions/workflows/test.yml )
4+
5+ The shmokmt/setup-tfcmt action installs [ suzuki-shunsuke/tfcmt] ( https://github.com/suzuki-shunsuke/tfcmt ) to the ` PATH ` in your GitHub Actions.
6+
7+ ## ` Inputs `
8+
9+ version
10+ Optional The version of tfcmt. Default "latest".
11+
12+ ## Usage
13+
14+ This action can run be on ` ubuntu-latest ` and ` macos-latest ` .
15+
16+ Use latest version
17+
18+ ```
19+ steps:
20+ - uses: shmokmt/setup-tfcmt@v1
21+ ```
22+
23+ Use specific version
24+
25+ ```
26+ steps:
27+ - uses: shmokmt/setup-tfcmt@v1
28+ with:
29+ terraform_version: v2.1.0
30+ ```
Original file line number Diff line number Diff line change 1- name : " actions- setup-tfcmt"
1+ name : " setup-tfcmt"
22description : " Setup suzuki-shunsuke/tfcmt"
33author : " shmokmt"
44inputs :
You can’t perform that action at this time.
0 commit comments