Commit de850d4
committed
ci: forward bump input from workflow_dispatch to reusable release workflow
The caller workflow defined workflow_dispatch without inputs, so
'gh workflow run release.yml --field bump=...' failed with
'Unexpected inputs provided: ["bump"]'. Declare the bump input on
the caller and forward it via 'with:' to the reusable workflow.
Tag push still works unchanged — inputs.bump is empty, which the
reusable workflow's bump job treats as a no-op.1 parent e798d56 commit de850d4
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
0 commit comments