Skip to content

Commit

Permalink
ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 2, 2023
1 parent b5092bc commit 018e08d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1
uses: hustcer/setup-moonbit@v1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1
uses: hustcer/setup-moonbit@v1.0

- name: Check Moonbit Version
run: |
Expand All @@ -34,7 +34,7 @@ Or, check the [test.yaml](https://github.com/hustcer/setup-moonbit/blob/main/.gi
In rare circumstances you might get rate limiting errors, if this happens you can set the `GITHUB_TOKEN` environment variable.

```yaml
- uses: hustcer/setup-moonbit@v1
- uses: hustcer/setup-moonbit@v1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -47,4 +47,4 @@ Currently no input required

Licensed under:

- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
- MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT)
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1
uses: hustcer/setup-moonbit@v1.0

- name: Check Moonbit Version
run: |
Expand All @@ -32,7 +32,7 @@ steps:
在极少数情况下,你可能会看到速率限制之类的错误。如果发生这种情况,你可以通过设置 `GITHUB_TOKEN` 环境变量来避免该问题:

```yaml
- uses: hustcer/setup-moonbit@v1
- uses: hustcer/setup-moonbit@v1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 018e08d

Please sign in to comment.