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
|`--version`| number |Defaults to latest Node LTS major version (v16). You can set it to [`lts/*`](https://github.com/actions/setup-node#supported-version-syntax)to always get the latest LTS version if you prefer|
38
+
|`--node-version`| number |**Required** May be set to `lts/*`. See [all supported versions](https://github.com/actions/setup-node#supported-version-syntax)|
39
39
|`--workflow`| string | workflow file name or pattern to only update a subset of workflows. [matcher](https://github.com/sindresorhus/matcher#usage) is used for matching. Defaults to `*`|
40
40
|`--octoherd-token`, `-T`| string | A personal access token ([create](https://github.com/settings/tokens/new?scopes=repo)). Script will create one if option is not set |
41
41
|`--octoherd-repos`, `-R`| array of strings | One or multiple space-separated repositories in the form of `repo-owner/repo-name`. `repo-owner/*` will find all repositories for one owner. `*` will find all repositories the user has access to. Will prompt for repositories if not set |
0 commit comments