From 7f97fdebdca034b67da145fcf43dbe91cbd008dc Mon Sep 17 00:00:00 2001 From: Joshua Davis Date: Wed, 31 Aug 2022 17:23:01 -0400 Subject: [PATCH] fixing action file --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32ad5056..82ec18e6 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,6 @@ inputs: ado: description: "An alternate Azure DevOps configuration from GitHub secrets" required: false - ado: + github: description: "An alternate GitHub configuration from GitHub secrets" required: false \ No newline at end of file