Skip to content

Commit

Permalink
fix: Fixed directory in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jul 24, 2023
1 parent 9537489 commit 6bb0fb9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/basic/'
cloudwatch:
complete:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/vpc-flow-logs-cloudwatch/'
s3:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/vpc-flow-logs-s3/'
working_directory: './_example/complete/'

0 comments on commit 6bb0fb9

Please sign in to comment.