diff --git a/.github/workflows/main.bicep b/.github/workflows/main.bicep index d3b8335..848376d 100644 --- a/.github/workflows/main.bicep +++ b/.github/workflows/main.bicep @@ -9,7 +9,7 @@ param location string = resourceGroup().location module apim '../../apim.bicep' = { name: 'unit-test-${buildId}-apim' params: { - application: 'apim' + application: 'apimchenette' environment: environment location: location }