Update README.md

added `create_repo` to Supported Actions
This commit is contained in:
rob 2025-10-10 14:59:45 +00:00
parent 28c3d58de4
commit dc44f2ad56
1 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ SLOW_WARN_MS: 60000
- `create_file`: action, repo, path, content
- `update_file`: action, repo, path, content
- `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