Skip to content

Commit

Permalink
fix: update tf checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Dec 20, 2023
1 parent fef27d0 commit bddaeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ updates:
open-pull-requests-limit: 3

- package-ecosystem: "terraform" # See documentation for possible values
directory: "/_example/name_specific_subnet" # Location of package manifests
directory: "/_example/name-specific-subnet" # Location of package manifests
schedule:
interval: "weekly"
# Add assignees
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.8
with:
working_directory: './_example/name_specific_subnet/'
working_directory: './_example/name-specific-subnet/'

vnet_with_existing_ddos_id-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.8
Expand Down

0 comments on commit bddaeb9

Please sign in to comment.