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 2307c49 commit 6353a68Copy full SHA for 6353a68
src/main/java/com/spotify/github/v3/actions/workflowjobs/WorkflowJobResponse.java
@@ -131,9 +131,9 @@ public interface WorkflowJobResponse {
131
132
/**
133
* The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
134
- * (Required)
135
*/
136
- int runnerId();
+ @Nullable
+ Integer runnerId();
137
138
139
* The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
0 commit comments