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
It requires a secret `GITHUB_TOKEN` with write and repo permission.
44
44
45
45
## README file configuration
46
-
You can specify which README file you want to update with `readme_path` (path to markdown). As of now,
47
-
it supports only one readme file, and if not specified, it will by default look for it in the root `README.md`.
46
+
You can specify which README files you want to update with `readme_paths` (paths to markdown files). If no README files are provided, it will by default look for it in the root `README.md`. Argument `readme_paths` accepts multiple paths separated by spaces, example: `README.md README2.md`.
48
47
49
48
The action looks for the following sections in the readme file based on which it will update the code snippets:
0 commit comments