Commit e9cc142
Fix YAML syntax error in main-build workflow (#1132)
*Description of changes:*
Removing problematic backslash which was making the workflow invalid:
https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/16840663861
Fixed in my branch release/v2.11.2 -
https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/16841343395
Reciprocating the same change in main
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Co-authored-by: Jeel Mehta <jeelmm@amazon.com>1 parent 12970e0 commit e9cc142
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
| |||
0 commit comments