From fae673c2172304d3de24b9307821ecda5f818ca3 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:30:48 -0700 Subject: [PATCH] Mark content-filepath as required --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 31ba2f94..14c2d883 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ inputs: required: true content-filepath: description: 'The file path to the issue content' + required: true labels: description: 'A comma or newline-separated list of labels' assignees: