Skip to content

Commit

Permalink
Fix release name (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-torabi authored Jan 18, 2024
1 parent 6e300c5 commit 9e76d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'ec2 action runner'
description: 'custom action to provision runners using on-demand/spot ec2 instances'
name: 'Deploy self-hosted runners to EC2 (Spot/On-Demand)'
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.'
inputs:
aws_access_key_id:
description: 'AWS access key ID'
Expand Down Expand Up @@ -60,4 +60,4 @@ inputs:
default: "none"
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 9e76d19

Please sign in to comment.