X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4d6a84a8294d035747404d00b88a925fc2640e1e..e42f9921e291790202147c1e3dc1a3df7036c652:/action.yml diff --git a/action.yml b/action.yml index 60bf369..59b16a9 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,11 @@ name: "Black" description: "The uncompromising Python code formatter." author: "Łukasz Langa and contributors to Black" +inputs: + black_args: + description: "Black input arguments." + required: false + default: "" branding: color: "black" icon: "check-circle"