Commit 1ebf44e
committed
fix(runners): Fix Windows user data YAML parsing error for CloudWatch agent
Replace PowerShell heredoc (@"..."@) with inline string concatenation
for the CloudWatch agent config. The heredoc terminator "@ at column 1
broke out of the YAML literal block scalar (content: |-), causing
EC2Launch to fail to parse user data entirely. This prevented the
GitHub Actions runner from being installed on Windows instances.
Signed-off-by: ayush-panta <ayushkp@amazon.com>1 parent ce7d16e commit 1ebf44e
1 file changed
Lines changed: 1 addition & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 166 | + | |
196 | 167 | | |
197 | 168 | | |
198 | 169 | | |
| |||
0 commit comments