Skip to content

Commit

Permalink
GitHub action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani authored Mar 17, 2024
1 parent 36767e1 commit 8568a42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: VatsalJagani/splunk-app-action@v2
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "TA_NetDocuments"
is_app_inspect_check: true
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}

- uses: VatsalJagani/splunk-app-action@v2
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "NetDocuments_App"
is_app_inspect_check: true
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}

0 comments on commit 8568a42

Please sign in to comment.