faasr_register_workflow_git_remote_repo {FaaSr} | R Documentation |
faasr_register_workflow_git_remote_repo
Description
create / push git remote repository
Usage
faasr_register_workflow_git_remote_repo(token, check, private, repo, ref)
Arguments
token |
a string for the github token |
check |
a logical value whether the remote repository exists |
private |
a logical value to make repository private or not |
repo |
a string for the target repository name |
ref |
a string for the branch of target repository |
Value
a integer value for the result
[Package FaaSr version 1.4.4 Index]