Description Usage Arguments Value Examples
Sync a mirrored repository
1 2 | repo_mirror_sync(owner, repo, api_endpoint = Sys.getenv("GITEA_BASE_URL"),
gitea_token = Sys.getenv("GITEA_PAT"))
|
owner |
repo owner string |
repo |
repo string |
api_endpoint |
URL prefix for your gitea server (no trailing '/') |
gitea_token |
NOTE: we use |
nothing if successful
1 2 3 4 | ## Not run:
repo_mirror_sync("hrbrmstr", "crumpets")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.