Skip to content

Commit

Permalink
added new input
Browse files Browse the repository at this point in the history
  • Loading branch information
BrusR committed Oct 5, 2023
1 parent ba546d2 commit 3715545
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 3715545

Please sign in to comment.