Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #28

Merged
merged 2 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:

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

- name: Run setup as a action (1/2)
uses: ./
with:
repo: k1LoW/tbls
force: true
gh-setup-version: v0.4.0
gh-setup-version: v0.5.1

- name: Run setup as a action (2/2)
run: tbls version
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-gh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ fi
# download
curl -sL -o ${bin} https://github.com/k1LoW/gh-setup/releases/download/${tag}/${exe}
chmod +x ${bin}
${bin} -v
${bin} version
echo "bin=${bin}" >> ${GITHUB_OUTPUT}