An open API service indexing awesome lists of open source software.

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

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'
```