mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge 462ace7f3e into 2bcb242a0a
This commit is contained in:
commit
46a21f180e
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ $ npm i -D @types/github-script@github:actions/github-script
|
|||
And then add the `jsDoc` declaration to your script like this:
|
||||
```js
|
||||
// @ts-check
|
||||
/** @param {import('@types/github-script').AsyncFunctionArguments} AsyncFunctionArguments */
|
||||
/** @param {import('github-script').AsyncFunctionArguments} AsyncFunctionArguments */
|
||||
export default async ({ core, context }) => {
|
||||
core.debug("Running something at the moment");
|
||||
return context.actor;
|
||||
|
|
|
|||
Loading…
Reference in a new issue