From 111880efc7938c618dd16c7cf8d872ca32c6a751 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Wed, 2 Feb 2022 14:17:45 +1100 Subject: [PATCH] Update description for GitHub Action `options:` argument (GH-2858) It was missing --diff as one of the default arguments passed. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dd2de1b..dbd8ef6 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: options: description: "Options passed to Black. Use `black --help` to see available options. Default: - '--check'" + '--check --diff'" required: false default: "--check --diff" src: -- 2.39.2