test.hook {github} | R Documentation |
test a push hook. This will force github to trigger the given hook.
test.hook(owner, repo, id, ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
id |
the id of the hook |
ctx |
the github context object |
none