Commit c1cef4f
Fix missing time unit suffix on wait_timeout default
The kind-bootstrap action's wait_timeout input defaulted to "300"
(bare number) which newer kubectl rejects as an invalid duration.
Changed to "300s" to match the Taskfile's own default.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2694057 commit c1cef4f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments