You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
44
44
45
45
### Or Run It Manually:
46
46
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:
48
48
1. Navigate to the "Actions" tab of your GitHub repository.
49
49
2. Click on "Run Flow Scanner" in the list of available workflows.
50
50
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
84
84
2. Run act: Use the act command to run the workflow:
85
85
`act workflow_dispatch --secret-file .secrets`
86
86
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