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 cdcf0dc commit 1a26dc6Copy full SHA for 1a26dc6
.github/workflows/create-repo.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
git clone https://github.com/code2docs-ai/${{ env.docs_repo_name }}.git
62
cd ${{ env.docs_repo_name }}
63
- echo "created by code2repo ai" > README.md
+ echo "# Docs written by code2repo-ai agent" > README.md
64
git config --global user.email "[email protected]"
65
git config --global user.name "code2docs-ai agent"
66
git add README.md
0 commit comments