Update generate-base-files-info-json.yml

This commit is contained in:
Igor
2024-11-14 13:08:38 +01:00
committed by GitHub
parent 00e24b8b36
commit 31f6b0c99c

View File

@@ -22,7 +22,7 @@ jobs:
sudo apt install -y python3-requests python3-lxml
# Step 4: Run the Python script
- name: Run parser script
run: scripts/package-info-parser.py base-files
run: scripts/generate-base-files-info-json.py base-files
# Step 5: Commit changes if any
- name: Commit changes if any
run: |