We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9eb33 commit 626574aCopy full SHA for 626574a
src/main/java/org/kohsuke/github/GHEventPayload.java
@@ -1384,10 +1384,20 @@ public static class WorkflowRun extends GHEventPayload {
1384
private GHWorkflowRun workflowRun;
1385
private GHWorkflow workflow;
1386
1387
+ /**
1388
+ * Gets the workflow run.
1389
+ *
1390
+ * @return the workflow run
1391
+ */
1392
public GHWorkflowRun getWorkflowRun() {
1393
return workflowRun;
1394
}
1395
1396
1397
+ * Gets the associated workflow.
1398
1399
+ * @return the associated workflow
1400
1401
public GHWorkflow getWorkflow() {
1402
return workflow;
1403
0 commit comments