Merge branch 'main' into joshmgross/node-20

This commit is contained in:
Josh Gross
2023-11-08 09:45:02 -05:00
7 changed files with 52 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import * as io from '@actions/io'
const AsyncFunction = Object.getPrototypeOf(async () => null).constructor
type AsyncFunctionArguments = {
export declare type AsyncFunctionArguments = {
context: Context
core: typeof core
github: InstanceType<typeof GitHub>