Skip to content

Commit

Permalink
Fix tags default value (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-torabi authored Sep 25, 2024
1 parent c6b89d8 commit 32a0ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- name: Start EC2 runner
id: start-ec2-runner
uses: NextChapterSoftware/ec2-action-builder@v1.8
uses: NextChapterSoftware/ec2-action-builder@v1.9
with:
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
aws_access_key_id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
steps:
- name: Start EC2 runner
id: start-ec2-runner
uses: NextChapterSoftware/ec2-action-builder@v1.8
uses: NextChapterSoftware/ec2-action-builder@v1.9
with:
aws_access_key_id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
output-credentials: true # output the credentials
- name: Start EC2 runner
id: start-ec2-runner
uses: NextChapterSoftware/ec2-action-builder@v1.8
uses: NextChapterSoftware/ec2-action-builder@v1.9
with:
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
aws_access_key_id: ${{ steps.creds.outputs.aws-access-key-id }} # generated by configure-aws-credentials
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ inputs:
ec2_instance_tags:
description: 'List of extra aws resource tags for ec2 instance'
required: false
default: '{}'
default: '[]'
ec2_instance_ttl:
description: 'Maximum duration an EC2 instance is allowed to live in minute'
required: false
Expand Down

0 comments on commit 32a0ac9

Please sign in to comment.