File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
steps :
106
106
- name : Start EC2 runner
107
107
id : start-ec2-runner
108
- uses : NextChapterSoftware/ec2-action-builder@v1.8
108
+ uses : NextChapterSoftware/ec2-action-builder@v1.9
109
109
with :
110
110
github_token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
111
111
aws_access_key_id : ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
@@ -154,7 +154,7 @@ jobs:
154
154
steps:
155
155
- name: Start EC2 runner
156
156
id: start-ec2-runner
157
- uses: NextChapterSoftware/ec2-action-builder@v1.8
157
+ uses: NextChapterSoftware/ec2-action-builder@v1.9
158
158
with:
159
159
aws_access_key_id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
160
160
aws_secret_access_key: ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
@@ -212,7 +212,7 @@ jobs:
212
212
output-credentials: true # output the credentials
213
213
- name: Start EC2 runner
214
214
id: start-ec2-runner
215
- uses: NextChapterSoftware/ec2-action-builder@v1.8
215
+ uses: NextChapterSoftware/ec2-action-builder@v1.9
216
216
with:
217
217
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
218
218
aws_access_key_id: ${{ steps.creds.outputs.aws-access-key-id }} # generated by configure-aws-credentials
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ inputs:
65
65
ec2_instance_tags :
66
66
description : ' List of extra aws resource tags for ec2 instance'
67
67
required : false
68
- default : ' {} '
68
+ default : ' [] '
69
69
ec2_instance_ttl :
70
70
description : ' Maximum duration an EC2 instance is allowed to live in minute'
71
71
required : false
You can’t perform that action at this time.
0 commit comments