Skip to content

Commit 6d0b871

Browse files
committed
Update appinspect_api.yml
Updated action name and supported versions
1 parent 4d356dc commit 6d0b871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appinspect_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
env:
5252
GHR_PATH: ./dist/github_app_for_splunk.spl
5353
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
54-
- name: Hello world action step
54+
- name: Publish App to Splunkbase
5555
uses: ./.github/actions/appinspect_publish # Uses an action in the root directory
5656
with:
5757
APP_ID: '5596'
5858
APP_FILE: './dist/github_app_for_splunk.spl'
5959
SPLUNK_USERNAME: ${{ secrets.SPLUNKBASE_USER }}
6060
SPLUNK_PASSWORD: ${{ secrets.SPLUNKBASE_PASSWORD }}
61-
SPLUNK_VERSION: '8.0,8.1'
61+
SPLUNK_VERSION: '8.0,8.1,8.2,9.0'

0 commit comments

Comments
 (0)