Skip to content

Commit

Permalink
chore: Update getpats function to retrieve and save patch information
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 28, 2024
1 parent dd27e53 commit 3cede44
Show file tree
Hide file tree
Showing 5 changed files with 2,215 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
python scripts/func.py getaddons -w "rr/ws" -j "docs/addons.json" -x "docs/addons.xlsx"
python scripts/func.py getmodules -w "rr/ws" -j "docs/modules.json" -x "docs/modules.xlsx"
python scripts/func.py getpats -w "rr/ws/initrd" -j "docs/pats.json" -x "docs/pats.xlsx"
- name: Upload to Artifacts
if: success()
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit 3cede44

Please sign in to comment.