From 6991f05ec3e0bd060f957f1c8dd7c5986bd7f49b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 20 Jul 2021 15:50:42 -0400 Subject: [PATCH] Add remapped input to action.yml --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d6de7a..dcc4963 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,11 @@ inputs: required: false default: SpigotMC description: Whose BuildTool should be used? (SpigotMC [default], SpraxDev) + remapped: + required: false + default: '' + description: What the spigot jar should be remapped to. (remapped-mojang, or remapped-obf) runs: using: node12 - main: dist/index.js \ No newline at end of file + main: dist/index.js