Skip to content

Commit

Permalink
Readme typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Mar 30, 2024
1 parent 9014772 commit 823656d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ graph TD
* Alternatively you can use `Running User Defined Commands Before Generating the final App Build` section here to see how you can assign right permission for your App/Add-on.
* You can add `to_make_permission_changes: true` parameter to fix the issues with file and folder permissions to avoid App-inspect check automatically.
```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "my_app"
to_make_permission_changes: true
Expand Down Expand Up @@ -125,7 +125,7 @@ graph TD
* It allows you to run command before building the App build.
* This could be useful if you wish to remove some files that you don't want in the build, change permission of some files before running the rest of the app build or app-inspect check.
```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
env:
SPLUNK_APP_ACTION_1: "rm -rf extra_test_folder"
with:
Expand All @@ -148,7 +148,7 @@ graph TD
* It requires to set inputs: splunkbase_username and splunkbase_password.

```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "my_app"
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
Expand All @@ -165,7 +165,7 @@ graph TD
#### `whats_in_the_app` - Utility that adds information about the App inside the README.md file
* The splunk-app-action has utility which automatically adds information about the App, like how many alerts does it have, how many dashboards does it have, etc inside the App's README.md file.
```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "my_app"
app_utilities: "whats_in_the_app"
Expand All @@ -176,7 +176,7 @@ graph TD
* Auto adds python logger manager, including python file necessary, props.conf to assign right sourcetype for it under the internal logs.

```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "my_app"
app_utilities: "logger"
Expand Down Expand Up @@ -360,7 +360,7 @@ def stream_events(input_script: smi.Script, inputs: smi.InputDefinition, event_w
```
* to
```
- uses: VatsalJagani/splunk-app-action4
- uses: VatsalJagani/splunk-app-action@v4
env:
SPLUNK_APP_ACTION_1: "rm -rf extra_test_folder"
SPLUNK_APP_ACTION_2: "cat 'abc,123' >> lookups/my_custom_lookup.csv"
Expand Down

0 comments on commit 823656d

Please sign in to comment.