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
Specify sketches report input values for sketch compilation CI actions
The reliance on the `actions/upload-artifacts` action means that these values will always be hardcoded into the
workflow. The result is that if the default values of the inputs are changed, it breaks the workflow, even if the
changes are synchronized. So it's safest to not rely on the defaults.
0 commit comments