Skip to content

Commit 32a0ac9

Browse files
authored
Fix tags default value (#37)
1 parent c6b89d8 commit 32a0ac9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106
- name: Start EC2 runner
107107
id: start-ec2-runner
108-
uses: NextChapterSoftware/ec2-action-builder@v1.8
108+
uses: NextChapterSoftware/ec2-action-builder@v1.9
109109
with:
110110
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
111111
aws_access_key_id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
- name: Start EC2 runner
156156
id: start-ec2-runner
157-
uses: NextChapterSoftware/ec2-action-builder@v1.8
157+
uses: NextChapterSoftware/ec2-action-builder@v1.9
158158
with:
159159
aws_access_key_id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
160160
aws_secret_access_key: ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
@@ -212,7 +212,7 @@ jobs:
212212
output-credentials: true # output the credentials
213213
- name: Start EC2 runner
214214
id: start-ec2-runner
215-
uses: NextChapterSoftware/ec2-action-builder@v1.8
215+
uses: NextChapterSoftware/ec2-action-builder@v1.9
216216
with:
217217
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
218218
aws_access_key_id: ${{ steps.creds.outputs.aws-access-key-id }} # generated by configure-aws-credentials

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ inputs:
6565
ec2_instance_tags:
6666
description: 'List of extra aws resource tags for ec2 instance'
6767
required: false
68-
default: '{}'
68+
default: '[]'
6969
ec2_instance_ttl:
7070
description: 'Maximum duration an EC2 instance is allowed to live in minute'
7171
required: false

0 commit comments

Comments
 (0)