We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7a17a commit ffb2d7cCopy full SHA for ffb2d7c
1 file changed
.github/workflows/setup-new-repo.yml
@@ -54,8 +54,8 @@ jobs:
54
exit 1
55
fi
56
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
+ echo "Creating new repository: https://github.com/$OWNER/$REPO_NAME"
+ gh repo create "$OWNER/$REPO_NAME" --public --template "$OWNER/$(basename '${{ github.repository }}')" --confirm
59
60
echo "REPO_NAME=$REPO_NAME" >> $GITHUB_ENV
61
echo "OWNER=$OWNER" >> $GITHUB_ENV
0 commit comments