We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a965b commit 557294cCopy full SHA for 557294c
v3/repos/index.html
@@ -329,11 +329,10 @@ <h3 id="input-1">Input</h3>
329
<dd>
330
<em>Optional</em> <strong>string</strong>
331
</dd>
332
- <dt>public</dt>
+ <dt>private</dt>
333
334
-<em>Optional</em> <strong>boolean</strong> - <code>true</code> to create a public repository, <code>false</code>
335
-to create a private one. Creating private repositories requires a paid
336
-GitHub account.</dd>
+<em>Optional</em> <strong>boolean</strong> - <code>true</code> makes the repository private, and
+<code>false</code> makes it public.</dd>
337
<dt>has_issues</dt>
338
339
<em>Optional</em> <strong>boolean</strong> - <code>true</code> to enable issues for this repository,
0 commit comments