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 ad63e00 commit e8fef99Copy full SHA for e8fef99
.github/workflows/process_json_reviews.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
run: |
38
- python scripts/process_json_reviews.py
+ python Scripts/process_json_reviews.py
39
40
- name: Commit and push processed files
41
if: success() || failure() # Run even if previous step failed
.github/workflows/review_audit.yml
@@ -34,7 +34,7 @@ jobs:
34
- python scripts/audit_reviews.py
+ python Scripts/audit_reviews.py
- name: Commit and push if changed
0 commit comments