Skip to content

Commit

Permalink
added application parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchenette committed Jan 9, 2024
1 parent 01d03ef commit 50b9850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ param location string = resourceGroup().location
module apim '../../apim.bicep' = {
name: 'unit-test-${buildId}-apim'
params: {
application: 'apim'
environment: environment
location: location
}
Expand Down

0 comments on commit 50b9850

Please sign in to comment.