From 648bc2a23bc78dd0cdb7ab200e78d2e633750885 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Wed, 24 Jun 2020 13:54:10 +0200 Subject: [PATCH] fix link to action context --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9961e7a..e4bff31 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://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