Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-khatsuriya authored Oct 11, 2021
1 parent f4e8c13 commit 21c81a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,4 +74,5 @@ runs:
- ${{ inputs.labels }}
- ${{ inputs.addon-name }}
- ${{ inputs.sc4s-version }}
- ${{ inputs.install-java }}

0 comments on commit 21c81a7

Please sign in to comment.