From 6ed170563b32de91c7aa667f7799c37c23991e02 Mon Sep 17 00:00:00 2001 From: Greg Brimble Date: Thu, 15 Apr 2021 16:21:31 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index cae62a4..b9812bc 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,10 @@ inputs: description: "The commit message to use when updating the output repository" required: false default: "Update tailwindui.com" + current_branch: + description: "The branch in the current repository where .env can be found" + required: false + default: "master" branch: description: "The branch to commit to when updating the output repository" required: false