Skip to content

Commit 384f5ab

Browse files
authored
Fix repo create
1 parent d022383 commit 384f5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makenew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create repository
2727
run: |
2828
gh extension install mislav/gh-repo-collab
29-
gh repo create --disable-wiki --description "$DESCRIPTION" $REPO
29+
gh repo create --public --disable-wiki --description "$DESCRIPTION" $REPO
3030
gh repo edit $REPO --delete-branch-on-merge
3131
gh repo edit $REPO --enable-projects=false
3232
gh repo-collab add $REPO $CODEOWNER --permission admin

0 commit comments

Comments
 (0)