diff --git a/action.yml b/action.yml index 54a63ff02..a19a74776 100644 --- a/action.yml +++ b/action.yml @@ -46,6 +46,10 @@ inputs: redundant build action from Kudu endpoint. (default: 'false')." required: false default: 'false' + remote-build: + description: "Enable build action from Kudu when the package is deployed onto the function app on Flex Consumption plan." + required: false + default: 'false' outputs: app-url: description: 'URL to work with your function app'