From ebee6048d8c965ae055ee23fe9f0176ca551da81 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 22 Jun 2022 13:35:28 -0500 Subject: [PATCH] Improve grammar --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a187390..d5a023ba 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,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. The following -arguments will be provided: +To use this action, provide an input named `script` that contains the body of an asynchronous function call. +The following arguments will be provided: - `github` A pre-authenticated [octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins