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
If a Pr is built from a template, and that template starts any checkbox off as checked, then this action will only return those checkbox items if they are changed.
this action should probably change the output from
outputs = { checked, unchecked }
to
outputs = {
changed: { checked, unchecked },
checked, unchecked
}
so that it properly communicates the intent of the `getDiff` outputs.
The text was updated successfully, but these errors were encountered:
If a Pr is built from a template, and that template starts any checkbox off as checked, then this action will only return those checkbox items if they are changed.
this action should probably change the output from
to
The text was updated successfully, but these errors were encountered: