Learn R Programming

github (version 0.9.8)

test.hook: test a push hook. This will force github to trigger the given hook.

Description

test a push hook. This will force github to trigger the given hook.

Usage

test.hook(owner, repo, id, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

id

the id of the hook

ctx

the github context object

Value

none