github / update-project-action

Updates an item on a GitHub Projects (beta) board based on a workflow dispatch (or other) event's input.
MIT License
25 stars 16 forks source link

Feature request: clear field value support #144

Open p-windeurope opened 8 months ago

p-windeurope commented 8 months ago

Currently there seems to be no way of "clearing" a Date field. Could we introduce a clear operation type that'd use ClearProjectV2ItemFieldValueInput? I can't find a way how to clear the field with just UpdateProjectV2ItemFieldValueInput, or is there a way?