You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use action output for item ID, remove find-item step
- Use steps.add.outputs.itemId directly instead of fragile item-list query
- Remove find-item step (was timing-sensitive and broke for projects with >200 items)
- Remove per-step if conditions referencing find-item
- Use job-level condition on add-to-project.result to prevent silent failures
- Solution option IDs were already correct in this repo
0 commit comments