mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-14 05:43:35 +00:00
Update packages, change to node16
This commit is contained in:
10
node_modules/@actions/github/lib/context.d.ts
generated
vendored
10
node_modules/@actions/github/lib/context.d.ts
generated
vendored
@@ -10,16 +10,22 @@ export declare class Context {
|
||||
workflow: string;
|
||||
action: string;
|
||||
actor: string;
|
||||
job: string;
|
||||
runNumber: number;
|
||||
runId: number;
|
||||
apiUrl: string;
|
||||
serverUrl: string;
|
||||
graphqlUrl: string;
|
||||
/**
|
||||
* Hydrate the context from the environment
|
||||
*/
|
||||
constructor();
|
||||
readonly issue: {
|
||||
get issue(): {
|
||||
owner: string;
|
||||
repo: string;
|
||||
number: number;
|
||||
};
|
||||
readonly repo: {
|
||||
get repo(): {
|
||||
owner: string;
|
||||
repo: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user