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 d022383 commit 384f5abCopy full SHA for 384f5ab
.github/workflows/makenew.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Create repository
27
run: |
28
gh extension install mislav/gh-repo-collab
29
- gh repo create --disable-wiki --description "$DESCRIPTION" $REPO
+ gh repo create --public --disable-wiki --description "$DESCRIPTION" $REPO
30
gh repo edit $REPO --delete-branch-on-merge
31
gh repo edit $REPO --enable-projects=false
32
gh repo-collab add $REPO $CODEOWNER --permission admin
0 commit comments