Skip to content

Commit 3933623

Browse files
committed
fix db name.
1 parent 9f5881e commit 3933623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testWlsAksWithoutDependencyCreation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
${{ needs.preflight.outputs.testBranchNameForArtifactsLocation }} \
233233
"${cargoTrackerBlobUrl}" \
234234
${dbPassword} \
235-
${dbAdminUser}@${{ needs.preflight.outputs.dbName }} \
235+
${dbAdminUser} \
236236
jdbc:postgresql:\/\/${{ needs.preflight.outputs.dbName }}.postgres.database.azure.com:5432\/postgres \
237237
${location} \
238238
${ocrSSOPSW} \

0 commit comments

Comments
 (0)