From 95130f1202f3f40102c1882f9db1c0bd3fd2089c Mon Sep 17 00:00:00 2001 From: Advay Mengle Date: Tue, 7 Jul 2020 20:26:05 -0700 Subject: [PATCH] Link to correct context file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9961e7ae1..951713484 100644 --- a/README.md +++ b/README.md @@ -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://github.com/actions/toolkit/blob/master/packages/github/src/context.ts) - `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