Skip to content

Commit

Permalink
Update tf-checks.yml workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Oct 2, 2023
1 parent 5964a1a commit 4b2d19d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ on:
workflow_dispatch:
jobs:
tf-checks-private-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
with:
working_directory: './_example/private-subnet/'
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
with:
working_directory: './_example/basic/'
tf-checks-public-private-subnet-single-nat-gateway-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
with:
working_directory: './_example/public-private-subnet-single-nat-gateway/'
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
with:
working_directory: './_example/complete/'
tf-checks-public-subnet-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.6
with:
working_directory: './_example/public-subnet/'

0 comments on commit 4b2d19d

Please sign in to comment.