diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe70632..6b61a82 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 1561f3f..3420160 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -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