Skip to content

Commit ffb5e9a

Browse files
[NDR-56] Update Terraform CI workflow environment name from 'Development' to 'ndr-dev' for consistency
1 parent 4b3874b commit ffb5e9a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
terraform_process:
21-
name: Terraform Process - Development
21+
name: Terraform Process - ndr-dev
2222
runs-on: ubuntu-latest
2323
environment: development
2424

@@ -105,20 +105,13 @@ jobs:
105105
issue_number: context.issue.number,
106106
})
107107
const botComment = comments.find(comment => {
108-
return comment.user.type === 'Bot' && comment.body.includes('Report for environment: Development')
108+
return comment.user.type === 'Bot' && comment.body.includes('Report for environment: ndr-dev')
109109
})
110110
111111
// 2. Prepare format of the comment
112-
const output = `### Report for environment: Development
112+
const output = `### Report for environment: ndr-dev
113113
114114
#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
115-
<details><summary>Format Output</summary>
116-
117-
\`\`\`\n
118-
${{ steps.fmt.outputs.stdout }}
119-
\`\`\`
120-
121-
</details>
122115
123116
#### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\`
124117
<details><summary>Initialization Output</summary>

0 commit comments

Comments
 (0)