Skip to content

Commit

Permalink
unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchenette committed Jan 9, 2024
1 parent db2f740 commit 9fb64bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9fb64bf

Please sign in to comment.