Skip to content

Commit

Permalink
Merge 6fba87d into 2c7efcf
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Feb 15, 2023
2 parents 2c7efcf + 6fba87d commit be17e3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run setup test (no credentials)
run: |
env | grep GH_ || true
env | grep GITHUB_ || true
go run cmd/gh-setup/main.go --repo k1LoW/gh-setup --version v0.6.0 --force
gh-setup version
shell: bash

- name: Run setup as a action (1/2)
uses: ./
with:
Expand All @@ -76,16 +68,3 @@ jobs:
- name: Run setup as a action (2/2)
run: tbls version
shell: bash

- name: Run setup as a action (no credentials) (1/2)
uses: ./
with:
github-token: ''
repo: k1LoW/colr
force: true
strict: true
gh-setup-version: v0.8.2

- name: Run setup as a action (no credentials) (2/2)
run: colr -v
shell: bash
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ gh extension install k1LoW/gh-grep
steps:
-
name: Setup k1LoW/tbls
run: k1LoW/gh-setup@v0
run: k1LoW/gh-setup@v1
with:
github-token: ${secrets.GITHUB_TOKEN}
repo: k1LoW/tbls
Expand Down Expand Up @@ -83,7 +83,7 @@ runs:
using: 'composite'
steps:
-
uses: k1LoW/gh-setup@v0
uses: k1LoW/gh-setup@v1
with:
repo: github.com/k1LoW/tbls
github-token: ${{ inputs.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
required: false
gh-setup-version:
description: "Version of gh-setup"
default: "v0.8.3"
default: "v1.0.0"
required: false
runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "gh-setup"

// Version for this.
var Version = "0.8.3"
var Version = "1.0.0"

0 comments on commit be17e3c

Please sign in to comment.