From dc44f2ad569855777d22c7b44972d09ae0ef2165 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 10 Oct 2025 14:59:45 +0000 Subject: [PATCH] Update README.md added `create_repo` to Supported Actions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d9fac..7380811 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ SLOW_WARN_MS: 60000 - `list_files`: action, repo, path - `create_file`: action, repo, path, content - `update_file`: action, repo, path, content -- `delete_file`: action, repo, path +- `delete_file`: action, repo, path +- `create_repo`: action, repo - `create_branch`: action, repo, branch (source_branch defaults to main) - `create_pr`: action, repo, title, head, base - `merge_pr`: action, repo, pr_number