From c163b1d764ee9e7b8420332e80c96c389e920c1e Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 4 May 2021 00:30:21 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index fb28fc1d0..d6cf6d3c5 100644 --- a/action.yml +++ b/action.yml @@ -40,6 +40,10 @@ inputs: description: Allows you to modify the default template. Please refer to the `template` section of this README for more information. required: false + fallback: + description: Allows you to specify a fallback if you have no sponsors. By default nothing is displayed. + required: false + outputs: sponsorship-statu: description: 'The status of the action that indicates if the run failed or passed. Possible outputs include: success|failed'