Skip to content

Commit 0a3f2f8

Browse files
committed
Fixed up docs and formatting
1 parent be7a7e7 commit 0a3f2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/spotify/github/v3/actions/workflowruns/WorkflowRunResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

src/main/java/com/spotify/github/v3/actions/workflowruns/WorkflowRunsResponseList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import 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
*/

0 commit comments

Comments
 (0)