From a6ec70859b738123fe859f7a0f0e59ab0cf853a4 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sun, 6 Jun 2021 16:11:47 -0700 Subject: [PATCH] Adding action docs to suppress workflow warning --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 8d0cb3a6..b0139648 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,11 @@ inputs: description: >- GitHub Personal Access Token with the 'repo' scope assigned. required: true + key-pair-name: + description: >- + Key pair name to use when creating the runner instance. + This input is required if you use the 'start' mode. + required: false ec2-image-id: description: >- EC2 Image Id (AMI). The new runner will be launched from this image.