From ff61608bb53914e520478df16386b0b8677eed34 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:31:45 +0000 Subject: [PATCH] Change name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 69ec8c4..728773c 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: required: false default: false type: boolean - ignoreResources: + resourcesToIgnore: description: "List of resources that you want to ignore separated by spaces and not restart when changes are made to them" required: false default: "" @@ -43,4 +43,4 @@ runs: - ${{ inputs.rconPassword }} - ${{ inputs.resourcesFolder }} - ${{ inputs.restartServerWhen0Players }} - - ${{ inputs.ignoreResources }} + - ${{ inputs.resourcesToIgnore }}