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 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.kohsuke</groupId >
4
4
<artifactId >cortexapps-github-api</artifactId >
5
- <version >1.327 </version >
5
+ <version >1.328 </version >
6
6
<name >GitHub API for Java</name >
7
7
<url >https://github-api.kohsuke.org/</url >
8
8
<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 {
167
167
*/
168
168
public S visibility (final Visibility visibility ) throws IOException {
169
169
requester .withPreview (NEBULA );
170
- return with ("visibility" , visibility );
170
+ return with ("visibility" , visibility . toString () );
171
171
}
172
172
173
173
/**
You can’t perform that action at this time.
0 commit comments