Skip to content

Commit

Permalink
Merge pull request #60 from k2tzumi/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
k1LoW authored Feb 23, 2023
2 parents 2761160 + 53af164 commit bdbb208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ $ gh extension install k1LoW/gh-setup
steps:
-
name: Setup k1LoW/tbls
run: k1LoW/gh-setup@v1
uses: k1LoW/gh-setup@v1
with:
github-token: ${secrets.GITHUB_TOKEN}
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: k1LoW/tbls
# version: v1.60.0
# os: linux
Expand Down Expand Up @@ -145,7 +145,7 @@ Download binary from [releases page](https://github.com/k1LoW/gh-setup/releases)
**go install:**

```console
$ go install github.com/k1LoW/gh-setup@latest
$ go install github.com/k1LoW/gh-setup/cmd/gh-setup@latest
```

**docker:**
Expand Down

0 comments on commit bdbb208

Please sign in to comment.