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'