Skip to content

Commit

Permalink
indent (#7920)
Browse files Browse the repository at this point in the history
  • Loading branch information
spellegrino021 authored Nov 25, 2024
1 parent 59ab759 commit ec99afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/workflows/2022-10-01/WorkflowService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export class WorkflowService20221001 {
}

const environment = `environment:
name: '__slotname__'
url: \${{ steps.deploy-to-webapp.outputs.webapp-url }}`;
name: '__slotname__'
url: \${{ steps.deploy-to-webapp.outputs.webapp-url }}`;
if (variables?.isRemoveEnvEnabled) {
workflowFile = workflowFile.replace(new RegExp(environmentPlaceholder, 'gi'), '');
} else {
Expand Down

0 comments on commit ec99afe

Please sign in to comment.