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 6d912c3 commit c18f2d7Copy full SHA for c18f2d7
.github/workflows/makenew.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Create repository
24
run: |
25
gh extension install mislav/gh-repo-collab
26
- gh repo create --internal --disable-wiki --description "$DESCRIPTION" $REPO
+ gh repo create --private --disable-wiki --description "$DESCRIPTION" $REPO
27
gh repo edit $REPO --delete-branch-on-merge
28
gh repo edit $REPO --enable-projects=false
29
gh repo-collab add $REPO $CODEOWNER --permission admin
0 commit comments