X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fcf97961061982656a1384ecc1628e217a52a88c..caa3fcc2de3cfb6162bee0bb6f68b10bc38e612f:/action.yml diff --git a/action.yml b/action.yml index 2ce1c0b..59b16a9 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,14 @@ 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" runs: using: "docker" - image: "Dockerfile" + image: "action/Dockerfile"