Skip to content

Commit

Permalink
Merge pull request #9 from VelocityLight/release/v1
Browse files Browse the repository at this point in the history
release: v1 version
  • Loading branch information
VelocityLight authored Mar 20, 2023
2 parents b6a11af + 0efa23a commit 8db27b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/user-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: VelocityLight/actions-toolbox
ref: main
ref: v1
path: actions-toolbox

- name: Show file
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# actions-toolbox
This is a code repository that contains some common tools for GitHub Actions, and everyone is welcome to use it directly.
Like Feishu notificationK8s operation、cloud CI/CD components etc...
Like Feishu notification, K8s operation, CI/CD components, AWS/GCP Cloud tools etc...

## How to use
```
Expand All @@ -11,7 +11,7 @@ Like Feishu notification、K8s operation、cloud CI/CD components etc...
uses: actions/checkout@v3
with:
repository: VelocityLight/actions-toolbox
ref: main
ref: v1
path: actions-toolbox
## Use tool that you need
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# actions-toolbox
这是一个封装了一些 github actions 通用工具的代码仓库,欢迎大家直接使用.
包括: 飞书通知、K8s 操作、云上 CI/CD 组件等.
包括: 飞书通知、K8s 操作、CI/CD 组件、AWS/GCP 云上工具等等...

## 如何使用
```
Expand All @@ -11,7 +11,7 @@
uses: actions/checkout@v3
with:
repository: VelocityLight/actions-toolbox
ref: main
ref: v1
path: actions-toolbox
## 使用你所需要的工具
Expand Down

0 comments on commit 8db27b3

Please sign in to comment.