https://github.com/hacksore/node-red-flow
GitHub action to make a request to the Node Red Flows catalog to reindex the latest version
https://github.com/hacksore/node-red-flow
Last synced: over 1 year ago
JSON representation
GitHub action to make a request to the Node Red Flows catalog to reindex the latest version
- Host: GitHub
- URL: https://github.com/hacksore/node-red-flow
- Owner: Hacksore
- License: mit
- Created: 2020-09-30T23:05:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T12:04:21.000Z (about 5 years ago)
- Last Synced: 2024-10-05T23:41:33.392Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 857 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-flow
Make a POST request to the Node Red Flows catalogue to reindex the latest version
## Inputs
### `repo`
**Required** The name of the node-red repo to update
## Example usage
```yaml
uses: hacksore/node-red-flow@v2
with:
repo: 'node-red-contrib-bluelinky'
```