mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
fix link to action context
This commit is contained in:
parent
82b33c82ef
commit
648bc2a23b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ arguments will be provided:
|
|||
- `github` A pre-authenticated
|
||||
[octokit/rest.js](https://github.com/octokit/rest.js) client
|
||||
- `context` An object containing the [context of the workflow
|
||||
run](https://github.com/actions/toolkit/tree/master/packages/github)
|
||||
run](https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions)
|
||||
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/master/packages/core) package
|
||||
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/master/packages/io) package
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue