Skip to content

Commit 73e1256

Browse files
authored
Update create-repo.yml
1 parent 8a239e2 commit 73e1256

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/create-repo.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ jobs:
4040
run: |
4141
git clone https://github.com/code2docs-ai/${{ env.docs_repo_name }}.git
4242
cd ${{ env.docs_repo_name }}
43-
44-
- name: Add README.md file
45-
run: |
4643
echo "created by code2repo ai" > README.md
47-
48-
- name: Commit and push README.md
49-
run: |
5044
git add README.md
5145
git commit -m "Add README.md"
5246
git push origin main

0 commit comments

Comments
 (0)