Skip to content

Commit 6e300c5

Browse files
authored
Update action.yaml (#6)
1 parent feee521 commit 6e300c5

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 builder runner'
2-
description: 'action to provision ec2 instances on demand'
1+
name: 'ec2 action runner'
2+
description: 'custom action to provision runners using on-demand/spot ec2 instances'
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)