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 db24d22 commit 0b16df5Copy full SHA for 0b16df5
.github/workflows/create-repo.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Clone the current repository and store workflow run states
50
run: |
51
git clone https://github.com/${{ github.repository }}.git
52
- cd ${{ github.repository }}
+ cd code2docs-ai-core
53
if [ ! -f workflow_runs.json ]; then
54
echo "[]" > workflow_runs.json
55
fi
0 commit comments