ts-ci/src/test/dispatch_event.ts

17 lines
313 B
TypeScript

import { action } from "../dispatch_event";
action(
"dispatch_event",
{
"owner": "garronej",
"repo": "test-repo",
"event_type": "example-event",
"client_payload_json": JSON.stringify({ "foo": "bar" }),
"github_token": ""
},
{ "debug": console.log }
);