Skip to content

Commit 8aa1f37

Browse files
christosm-devclaude
andcommitted
Fix GitHub repository URL in CI workflows
Update placeholder repository URLs from 'yourusername' to the actual repository owner 'ChristosDev75' in the workflow files. This fixes the CI failure when attempting to install c4-literate-python during the validation step. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2423a4d commit 8aa1f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notes-api-ci-validation-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# For now, install from local path or git repo
5050
# Replace with: pip install c4-literate-python
5151
# once published to PyPI
52-
pip install git+https://github.com/yourusername/c4-literate-python.git@main
52+
pip install git+https://github.com/ChristosDev75/c4-literate-python.git@main
5353
5454
- name: Validate C4 annotations
5555
run: |

.github/workflows/notes-api-ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install c4-literate-python
5151
run: |
5252
# Clone the c4-literate-python tool
53-
git clone https://github.com/yourusername/c4-literate-python.git
53+
git clone https://github.com/ChristosDev75/c4-literate-python.git
5454
cd c4-literate-python
5555
pip install -e .
5656

0 commit comments

Comments
 (0)