Skip to content

Commit 98d1372

Browse files
committed
Update action.yml
Updated example version numbers
1 parent 6d0b871 commit 98d1372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/appinspect_publish/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
description: 'The name of the file, for example "my_package.tar.gz".'
1616
required: true
1717
SPLUNK_VERSION:
18-
description: 'The Splunk version(s) that the release is compatible with. For example, "6.7,7.0".'
18+
description: 'The Splunk version(s) that the release is compatible with. For example, "8.0,8.1,8.2".'
1919
required: true
2020
VISIBILITY:
2121
description: 'true = The release is to be visible upon package validation success. false = if the release is to be hidden.'
@@ -27,4 +27,4 @@ inputs:
2727
default: ''
2828
runs:
2929
using: 'docker'
30-
image: 'Dockerfile'
30+
image: 'Dockerfile'

0 commit comments

Comments
 (0)