Update githubActionsDispatch.examples.test.ts

Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com>
This commit is contained in:
PIYUSH NEGI
2023-08-24 15:52:58 +05:30
committed by GitHub
parent e60e0a8e6c
commit 6ed06924f2
@@ -93,7 +93,6 @@ describe('github:actions:dispatch', () => {
input: { repoUrl, workflowId, branchOrTagName },
});
await action.handler(ctx);
console.log(ctx);
expect(
mockOctokit.rest.actions.createWorkflowDispatch,