File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
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>
You can’t perform that action at this time.
0 commit comments