mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update README.md
This commit is contained in:
parent
c23e669cfa
commit
e793e7578a
1 changed files with 1 additions and 2 deletions
|
|
@ -31,10 +31,9 @@ defined, so you don't have to import them (see examples below).
|
||||||
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
You can use [Workflow Script Highlighter](https://marketplace.visualstudio.com/items?itemName=yamachu.workflow-script-highlighter) VS Code extension to make it easier to write scripts
|
**Note:** You can use ["_Workflow Script Highlighter_"](https://marketplace.visualstudio.com/items?itemName=yamachu.workflow-script-highlighter) VS Code extension to make it easier to write scripts
|
||||||
and avoid simple syntax errors, like forgotten `)` or `cosnt` typo.
|
and avoid simple syntax errors, like forgotten `)` or `cosnt` typo.
|
||||||
|
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
### V7
|
### V7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue