Commit 78c225d
committed
dev-inf: Fix YAML syntax error in GH action
Changed Stage 3 output format from using colon to dash to avoid
YAML parsing error. The colon in 'STAGE3_RESULT: POTENTIAL_BUG_CONFIRMED'
was causing YAML to interpret it as a mapping instead of a string.
Changed to: 'STAGE3_RESULT - POTENTIAL_BUG_CONFIRMED'
This syntax error was preventing the entire workflow from running.
Epic: none
Release note: none1 parent 3c76919 commit 78c225d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments