Skip to content

Commit c63691d

Browse files
committed
docs: Fix typo
1 parent affd60a commit c63691d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Will also add a `.tfswitch.toml` to the home directory to configure the terrafor
1717
```yaml
1818
- uses: pcjun97/action-setup-tfswitch@v1.0.0
1919
with:
20-
github_token: ${{ github.token }}
20+
github-token: ${{ github.token }}
2121

2222
- run: tfswitch 1.2.0
2323
```
@@ -27,7 +27,7 @@ Alternatively, specify a specific version of tfswitch to install.
2727
```yaml
2828
- uses: pcjun97/action-setup-tfswitch@v1.0.0
2929
with:
30-
github_token: ${{ github.token }}
30+
github-token: ${{ github.token }}
3131
tag: 0.13.1275
3232

3333
- run: tfswitch 1.0.0

0 commit comments

Comments
 (0)