From 3b21c7c19eb8203f138ca58941ff4b860ce7d36d Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 15 Dec 2023 06:25:11 -0700 Subject: [PATCH] removed inputs --- action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yaml b/action.yaml index 0094445..643222a 100644 --- a/action.yaml +++ b/action.yaml @@ -1,10 +1,6 @@ name: versioned-release description: "Creates a version tag when the 'version' value in 'package.json' has changed and a tag with the version number does not already exist." author: "Bryce Thorup" -inputs: - server_url: - description: The git repository URL - required: true runs: using: composite steps: