Skip to content

Commit 94497ad

Browse files
authored
Update generate-base-files-info-json.yml
1 parent 31f6b0c commit 94497ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt install -y python3-requests python3-lxml
2323
# Step 4: Run the Python script
2424
- name: Run parser script
25-
run: scripts/generate-base-files-info-json.py base-files
25+
run: python3 scripts/generate-base-files-info-json.py base-files
2626
# Step 5: Commit changes if any
2727
- name: Commit changes if any
2828
run: |

0 commit comments

Comments
 (0)