Skip to content

Commit 1a26dc6

Browse files
authored
Update create-repo.yml
1 parent cdcf0dc commit 1a26dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git clone https://github.com/code2docs-ai/${{ env.docs_repo_name }}.git
6262
cd ${{ env.docs_repo_name }}
63-
echo "created by code2repo ai" > README.md
63+
echo "# Docs written by code2repo-ai agent" > README.md
6464
git config --global user.email "[email protected]"
6565
git config --global user.name "code2docs-ai agent"
6666
git add README.md

0 commit comments

Comments
 (0)