Skip to content

Commit bdbd634

Browse files
committed
update rm
1 parent 9053ed4 commit bdbd634

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Run Flow Scanner
2828
uses: RubenHalman/[email protected]
2929
with:
30+
severityThreshold: error
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
severityThreshold: error
3232
```
3333
3434
Also ensure the following:
@@ -40,11 +40,11 @@ Also ensure the following:
4040

4141
### Automatically Runs On Pull Requests:
4242

43-
`on:pull_request` will trigger Flow Scanner every time a pull request is opened, or updated.
43+
`on:pull_request` will trigger Flow Scanner to scan changed flow files every time a pull request is opened.
4444

4545
### Or Run It Manually:
4646

47-
`on:workflow_dispatch` allows you to run the action manually, by following these steps:
47+
`on:workflow_dispatch` allows you to run the action on all Flows manually, by following these steps:
4848
1. Navigate to the "Actions" tab of your GitHub repository.
4949
2. Click on "Run Flow Scanner" in the list of available workflows.
5050
3. Press the "Run workflow" button to trigger the action.
@@ -84,4 +84,4 @@ To debug the action locally you need to ensure you have `npm` and `act` installe
8484
2. Run act: Use the act command to run the workflow:
8585
`act workflow_dispatch --secret-file .secrets`
8686
87-
Want to help improve this project? See the [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md) to get started.
87+
Want to help improve this project? See the [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/main/CONTRIBUTING.md) to get started.

0 commit comments

Comments
 (0)