From 517438e5f6040716c26cadbba19030bc3f5709e7 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 13 Feb 2023 07:51:16 +0900 Subject: [PATCH 1/2] Fix README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26435d6..b450a80 100644 --- a/README.md +++ b/README.md @@ -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 From b926a7491f1e82c0f00cf7d59ac8ddd933e06c51 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 13 Feb 2023 07:51:25 +0900 Subject: [PATCH 2/2] Fix CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a98d6f1..114633f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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