Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jun 8, 2022
1 parent c6f3fbf commit 9f4229d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: 'create readme'
uses: 'clouddrove/github-actions@v9.0.2''
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'readme'
github_token: '${{ secrets.GITHUB}}'
Expand All @@ -35,7 +35,7 @@ jobs:
continue-on-error: true

- name: 'push readme'
uses: 'clouddrove/github-actions@v9.0.2''
uses: 'clouddrove/github-actions@v9.0.2'
continue-on-error: true
with:
actions_subcommand: 'push'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: 'Terratest for ec2-network-mode-awsvpc'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/github-actions@v9.0.2''
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/ec2-network-mode-awsvpc'
Expand All @@ -32,7 +32,7 @@ jobs:

- name: 'Terratest for ec2-network-mode-bridge'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/github-actions@v9.0.2''
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/ec2-network-mode-bridge'
Expand All @@ -42,7 +42,7 @@ jobs:

- name: 'Terratest for fargate'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/github-actions@v9.0.2''
uses: 'clouddrove/github-actions@v9.0.2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/fargate'
Expand Down
10 changes: 5 additions & 5 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ badges:
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
url: "LICENSE.md"
- name: "static-checks"
image: "https://github.com/clouddrove/terraform-aws-kms/actions/workflows/terraform.yml/badge.svg"
url: "https://github.com/clouddrove/terraform-aws-kms/actions/workflows/terraform.yml"
image: "https://github.com/clouddrove/terraform-aws-ecs/actions/workflows/terraform.yml/badge.svg"
url: "https://github.com/clouddrove/terraform-aws-ecs/actions/workflows/terraform.yml"

# description of this project
description: |-
Expand All @@ -41,7 +41,7 @@ usage : |-
```hcl
module "ecs" {
source = "clouddrove/ecs/aws"
version = "0.15.1"
version = "1.0.1"
## Tags
name = "ecs-awsvpc"
Expand Down Expand Up @@ -133,7 +133,7 @@ usage : |-
```hcl
module "ecs" {
source = "clouddrove/ecs/aws"
version = "0.15.1"
version = "1.0.1"
## Tags
Expand Down Expand Up @@ -226,7 +226,7 @@ usage : |-
```hcl
module "ecs" {
source = "clouddrove/ecs/aws"
version = "0.15.1"
version = "1.0.1"
## Tags
Expand Down

0 comments on commit 9f4229d

Please sign in to comment.