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 8a239e2 commit 73e1256Copy full SHA for 73e1256
.github/workflows/create-repo.yml
@@ -40,13 +40,7 @@ jobs:
40
run: |
41
git clone https://github.com/code2docs-ai/${{ env.docs_repo_name }}.git
42
cd ${{ env.docs_repo_name }}
43
-
44
- - name: Add README.md file
45
- run: |
46
echo "created by code2repo ai" > README.md
47
48
- - name: Commit and push README.md
49
50
git add README.md
51
git commit -m "Add README.md"
52
git push origin main
0 commit comments