mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
Simplify script in DEVELOPMENT.md
This commit is contained in:
@@ -17,8 +17,8 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest.
|
|||||||
> If you're having problem with github api rate limit, you can use your GITHUB_TOKEN to increase the rate limit.
|
> If you're having problem with github api rate limit, you can use your GITHUB_TOKEN to increase the rate limit.
|
||||||
> If you have `Github CLI` installed (the command `gh`), you can:
|
> If you have `Github CLI` installed (the command `gh`), you can:
|
||||||
>
|
>
|
||||||
> ```shell
|
> ```sh
|
||||||
> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: \(.*\)$/\1/p') ./tools/manifest.sh <tool>
|
> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: //p') ./tools/manifest.sh <tool>
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
## Refresh TOOLS.md
|
## Refresh TOOLS.md
|
||||||
|
|||||||
Reference in New Issue
Block a user