Skip to content

Commit 9e76d19

Browse files
authored
Fix release name (#7)
1 parent 6e300c5 commit 9e76d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'ec2 action runner'
2-
description: 'custom action to provision runners using on-demand/spot ec2 instances'
1+
name: 'Deploy self-hosted runners to EC2 (Spot/On-Demand)'
2+
description: 'Automatically deploy self-hosted runners to AWS EC2 using Spot or On-Demand instances. Combine Spot and On-Demand instances for best performance/cost.'
33
inputs:
44
aws_access_key_id:
55
description: 'AWS access key ID'
@@ -60,4 +60,4 @@ inputs:
6060
default: "none"
6161
runs:
6262
using: 'node16'
63-
main: 'dist/index.js'
63+
main: 'dist/index.js'

0 commit comments

Comments
 (0)