From 2bc0b2b158a36adafdd505ad5d1c472cd6c1dcea Mon Sep 17 00:00:00 2001 From: Tim Donaworth <56687505+tdonaworth@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:50:09 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 00b413f..4a632e8 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,10 @@ inputs: GITHUB_TOKEN: description: "Token to use to get repos and write secrets" required: true + GIT_URL: + description: "The URL to the Github server. Defaults to github.com. Change if using a GHES instance." + default: 'github.com' + required: false DRY_RUN: description: "Run everything except for nothing will be Updated." required: false