Commit c75c3e8
fix: use force parameter correctly in create_deploy_key
The check was using kwargs.get('force') instead of the force parameter,
so the force=True from reconcile calls was being ignored.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5da9fbe commit c75c3e8
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
267 | 271 | | |
268 | | - | |
| 272 | + | |
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
| |||
0 commit comments