Skip to content

Commit ffb2d7c

Browse files
authored
Update setup-new-repo.yml
1 parent 2d7a17a commit ffb2d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setup-new-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
exit 1
5555
fi
5656
57-
# echo "Creating new repository: https://github.com/$OWNER/$REPO_NAME"
58-
# gh repo create "$OWNER/$REPO_NAME" --public --template "$OWNER/$(basename '${{ github.repository }}')" --confirm
57+
echo "Creating new repository: https://github.com/$OWNER/$REPO_NAME"
58+
gh repo create "$OWNER/$REPO_NAME" --public --template "$OWNER/$(basename '${{ github.repository }}')" --confirm
5959
6060
echo "REPO_NAME=$REPO_NAME" >> $GITHUB_ENV
6161
echo "OWNER=$OWNER" >> $GITHUB_ENV

0 commit comments

Comments
 (0)