From 1268370776b6c56aa0a48e8602b3cd18aa2afd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Mar 2020 12:37:21 +0100 Subject: [PATCH] Fix: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d459f2bc..262fe40dc 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This action makes it easy to quickly write a script in your workflow that uses the GitHub API and the workflow run context. In order to use this action, a `script` input is provided. The value of that -input should be the body of an asynchronous function call. Two arguments will -be provided: +input should be the body of an asynchronous function call. The following +arguments will be provided: - `github` A pre-authenticated [octokit/rest.js](https://github.com/octokit/rest.js) client