File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/kohsuke/github Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.kohsuke</groupId >
44 <artifactId >cortexapps-github-api</artifactId >
5- <version >1.327 </version >
5+ <version >1.328 </version >
66 <name >GitHub API for Java</name >
77 <url >https://github-api.kohsuke.org/</url >
88 <description >GitHub API for Java</description >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public S private_(boolean enabled) throws IOException {
167167 */
168168 public S visibility (final Visibility visibility ) throws IOException {
169169 requester .withPreview (NEBULA );
170- return with ("visibility" , visibility );
170+ return with ("visibility" , visibility . toString () );
171171 }
172172
173173 /**
You can’t perform that action at this time.
0 commit comments