Commit adebacf
fix: add missing expression syntax in Windows Hub workflow_dispatch (#283)
The Setup Build Parameters step was outputting literal strings like
{{ github.event.inputs.jobId }} instead of evaluating them as
expressions. This broke manual workflow_dispatch triggers — jobId,
repoVersion values were all wrong, causing incorrect tags and
backend reports.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fdb6473 commit adebacf
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments