From 21c81a7fe7703a495e1163ce648996a918e49a0d Mon Sep 17 00:00:00 2001 From: Siddharth Khatsuriya <62132600+siddharthkhatsuriya-crest@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:03:36 +0530 Subject: [PATCH] Update action.yaml --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index b4c4649..6024379 100644 --- a/action.yaml +++ b/action.yaml @@ -52,6 +52,9 @@ inputs: sc4s-version: description: 'version of SC4S, No if not required' required: true + install-java: + description: 'install java on splunk instance' + default: 'No' outputs: workflow-name: # id of output @@ -71,4 +74,5 @@ runs: - ${{ inputs.labels }} - ${{ inputs.addon-name }} - ${{ inputs.sc4s-version }} + - ${{ inputs.install-java }}