Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
spellegrino021 committed Nov 26, 2024
1 parent dbe7d9a commit 7c4ecf5
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 @@ -54,8 +54,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 7c4ecf5

Please sign in to comment.