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 1a8a9fd commit 0bb7c96Copy full SHA for 0bb7c96
.github/workflows/generate-base-files-info-json.yml
@@ -22,11 +22,13 @@ jobs:
22
sudo apt install -y python3-requests python3-lxml
23
# Step 4: Run the Python script
24
- name: Run parser script
25
- run: python3 scripts/generate-base-files-info-json.py base-files
+ run: |
26
+ ./scripts/generate-base-files-info-json.py base-files
27
# Step 5: Commit changes if any
28
- name: Commit changes if any
29
run: |
30
git checkout www
31
+ mv base-files.json data/base-files.json
32
git config --global user.name "github-actions"
33
git config --global user.email "[email protected]"
34
git add base-files.json
0 commit comments