We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affd60a commit c63691dCopy full SHA for c63691d
1 file changed
README.md
@@ -17,7 +17,7 @@ Will also add a `.tfswitch.toml` to the home directory to configure the terrafor
17
```yaml
18
- uses: pcjun97/action-setup-tfswitch@v1.0.0
19
with:
20
- github_token: ${{ github.token }}
+ github-token: ${{ github.token }}
21
22
- run: tfswitch 1.2.0
23
```
@@ -27,7 +27,7 @@ Alternatively, specify a specific version of tfswitch to install.
27
28
29
30
31
tag: 0.13.1275
32
33
- run: tfswitch 1.0.0
0 commit comments