Commit 1a51112
committed
fix: Resolve shell syntax error in build-deploy workflow
- Changed shell from default (sh) to bash for Generate build report step
- Fixes 'Bad substitution' error with bash-specific parameter expansion
- Also replaced with proper GitHub context variable
- Resolves Build & Deploy Documentation workflow failure1 parent 7b87476 commit 1a51112
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
0 commit comments