Skip to content

Commit

Permalink
Merge pull request #21 from k1LoW/bonsai
Browse files Browse the repository at this point in the history
Fix README/CI
  • Loading branch information
k1LoW authored Feb 12, 2023
2 parents 35adabe + b926a74 commit 9556001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Run setup test
run: |
go run cmd/gh-setup/main.go --repo k1LoW/gh-setup --release-version v0.2.0 --force
go run cmd/gh-setup/main.go --repo k1LoW/gh-setup --release-version v0.4.0 --force
gh-setup -v
shell: bash

Expand All @@ -60,6 +60,7 @@ jobs:
with:
repo: k1LoW/tbls
force: true
gh-setup-version: v0.4.0

- name: Run setup as a action (2/2)
run: tbls version
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ $ gh extension install k1LoW/gh-grep
steps:
-
name: Setup k1LoW/tbls
run: k1LoW/gh-setup@main
run: k1LoW/gh-setup@v0
with:
github-token: ${secrets.GITHUB_TOKEN}
repo: k1LoW/tbls
# version: v1.60.0
# os: linux
# arch: amd64
# force: true
# gh-setup-version: latest
env:
GITHUB_TOKEN: ${secrets.GITHUB_TOKEN}
-
name: Run tbls
run: tbls doc
Expand Down

0 comments on commit 9556001

Please sign in to comment.