mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-29 20:45:04 +00:00
fix: use full workspace path for PYTHONPATH in V2 publisher
This commit is contained in:
2
.github/workflows/agentic_v2_publish.yml
vendored
2
.github/workflows/agentic_v2_publish.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Consolidate README Metrics
|
||||
env:
|
||||
PYTHONPATH: .
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
run: |
|
||||
python src/readme_updater.py
|
||||
python src/safety_readme.py
|
||||
|
||||
Reference in New Issue
Block a user