We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feee521 commit 6e300c5Copy full SHA for 6e300c5
action.yaml
@@ -1,5 +1,5 @@
1
-name: 'ec2 builder runner'
2
-description: 'action to provision ec2 instances on demand'
+name: 'ec2 action runner'
+description: 'custom action to provision runners using on-demand/spot ec2 instances'
3
inputs:
4
aws_access_key_id:
5
description: 'AWS access key ID'
@@ -60,4 +60,4 @@ inputs:
60
default: "none"
61
runs:
62
using: 'node16'
63
- main: 'dist/index.js'
+ main: 'dist/index.js'
0 commit comments