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
Remove unnecessary filename input from taskfile schema download workflow step
The existing filename of the taskfile JSON schema as provided by the JSON Schema Store is perfectly fine (and the same as
the previous custom one anyway). The full path to the file is provided as an output from the download action. So
specifying the output filename for the download is unnecessary.
0 commit comments