Skip to content

Commit

Permalink
fix: Fix tfchecks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Aug 11, 2023
1 parent 0a8a8d0 commit 0a76c9d
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
pull_request:
workflow_dispatch:
jobs:
tf-checks-private-ecr-example:
private_ecr:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/private-subnet/'
tf-checks-public_ecr-example:
working_directory: './_example/private_ecr/'
public_ecr:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './_example/public_ecr/'

working_directory: './_example/public_ecr/'

0 comments on commit 0a76c9d

Please sign in to comment.