From 6ac8172373797629be09bf125419cac0f99d53c9 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 15 Apr 2021 22:30:15 -0400 Subject: [PATCH] copypasta --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 91c0e171d..fa18b4ace 100644 --- a/action.yml +++ b/action.yml @@ -61,6 +61,7 @@ inputs: required: false network_filter: description: 'Used to restrict the set of git/hg files that can be matched with filenames in the coverage report. This is useful for monorepos or other setups where a full filepath may not be specified in the coverage report, and that shortened filepath may appear multiple times in a directory structure (e.g. __init__.py)' + required: false override_branch: description: 'Specify the branch name' required: false @@ -76,7 +77,6 @@ inputs: override_tag: description: 'Specify the git tag' required: false - required: false path_to_write_report: description: 'Write upload file to path before uploading' required: false