File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/spotify/github/v3/actions/workflowruns Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public interface WorkflowRunResponse {
5050 String name ();
5151
5252 /**
53- * Github api node id. See <a href="https://docs.github.com/en/graphql/guides/using-global-node-ids">Using Global Node ids</a>
53+ * GitHub api node id. See <a href="https://docs.github.com/en/graphql/guides/using-global-node-ids">Using Global Node ids</a>
5454 * (Required)
5555 */
5656 String nodeId ();
Original file line number Diff line number Diff line change 2727import java .util .List ;
2828
2929/**
30- * The RunsResponse list resource
30+ * The WorkflowRunsResponse list resource
3131 *
3232 * @see "https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository"
3333 */
You can’t perform that action at this time.
0 commit comments