Skip to content

Commit

Permalink
Update README.md to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
luooooob committed Dec 11, 2020
1 parent 3067a2a commit c8d292d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: luob/create-my-awesome@v1.0.0-alpha.2
- uses: luob/create-my-awesome@v1
# Commit the change
# See https://github.com/EndBug/add-and-commit
- uses: EndBug/add-and-commit@v5
Expand All @@ -44,7 +44,7 @@ jobs:

```yaml
# ...
- uses: luob/create-my-awesome@v1.0.0-alpha.2
- uses: luob/create-my-awesome@v1
with:
# You can use the data of any Github user, default to the owner of the repository
username: zhang-san
Expand Down
4 changes: 2 additions & 2 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: luob/create-my-awesome@v1.0.0-alpha.2
- uses: luob/create-my-awesome@v1
# 提交更改
# 见 https://github.com/EndBug/add-and-commit
- uses: EndBug/add-and-commit@v5
Expand All @@ -45,7 +45,7 @@ jobs:

```yaml
# ...
- uses: luob/create-my-awesome@v1.0.0-alpha.2
- uses: luob/create-my-awesome@v1
with:
# 你可以使用任何Github用户的数据, 默认是仓库所有人
username: zhang-san
Expand Down

0 comments on commit c8d292d

Please sign in to comment.