-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Moonbit | ||
uses: hustcer/setup-moonbit@v1.0 | ||
uses: hustcer/setup-moonbit@v1.1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ steps: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Moonbit | ||
uses: hustcer/setup-moonbit@v1.0 | ||
uses: hustcer/setup-moonbit@v1.1 | ||
|
||
- name: Check Moonbit Version | ||
run: | | ||
|
@@ -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.0 | ||
- uses: hustcer/setup-moonbit@v1.1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ steps: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Moonbit | ||
uses: hustcer/setup-moonbit@v1.0 | ||
uses: hustcer/setup-moonbit@v1.1 | ||
|
||
- name: Check Moonbit Version | ||
run: | | ||
|
@@ -32,7 +32,7 @@ steps: | |
在极少数情况下,你可能会看到速率限制之类的错误。如果发生这种情况,你可以通过设置 `GITHUB_TOKEN` 环境变量来避免该问题: | ||
|
||
```yaml | ||
- uses: hustcer/setup-moonbit@v1.0 | ||
- uses: hustcer/setup-moonbit@v1.1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters