Skip to content

Commit 0b16df5

Browse files
authored
Update create-repo.yml
1 parent db24d22 commit 0b16df5

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Clone the current repository and store workflow run states
5050
run: |
5151
git clone https://github.com/${{ github.repository }}.git
52-
cd ${{ github.repository }}
52+
cd code2docs-ai-core
5353
if [ ! -f workflow_runs.json ]; then
5454
echo "[]" > workflow_runs.json
5555
fi

0 commit comments

Comments
 (0)