Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
miekki committed Mar 1, 2024
1 parent 3fa1a3e commit 6af7e92
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/module-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- "modules/database/sql/**"
- "modules/database/sqlserver/**"

permissions:
id-token: write
Expand All @@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/template-module.yml
with:
module_name: sqlserver
module_file_path: modules/database/sql/main.bicep
module_metadata_file_path: modules/database/sql/metadata.json
module_file_path: modules/database/sqlserver/main.bicep
module_metadata_file_path: modules/database/sqlserver/metadata.json
module_parameters: sqlServerName=test-sqlserver tags={'env':'dev'} location=uksouth sqlDatabaseName=DBName keyVaultName=kv-name
secrets: inherit
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6af7e92

Please sign in to comment.