Update README.md
added `create_repo` to Supported Actions
This commit is contained in:
parent
28c3d58de4
commit
dc44f2ad56
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue