From 37155452286e325ea8fd0b01abce129c51ca237d Mon Sep 17 00:00:00 2001 From: BrusR Date: Thu, 5 Oct 2023 12:36:57 -0500 Subject: [PATCH] added new input --- action.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c1528d5..e97aea7 100644 --- a/action.yml +++ b/action.yml @@ -69,6 +69,11 @@ inputs: description: >- Specifies bash commands to run before the runner starts. It's useful for installing dependencies with apt-get, yum, dnf, etc. required: false + instance-quantity: + description: >- + Specifies how many runner to run + required: false + outputs: labels: @@ -77,9 +82,9 @@ outputs: The label is used in two cases: - to use as the input of 'runs-on' property for the following jobs; - to remove the runner from GitHub when it is not needed anymore. - ec2-instance-id: + ec2-instances-ids: description: >- - EC2 Instance Id of the created runner. + EC2 Instances Ids of the created runners. The id is used to terminate the EC2 instance when the runner is not needed anymore. runs: using: node16