Skip to content

Commit

Permalink
feat(ci): gh release download -R kern-crates/.github -p os-checker_co…
Browse files Browse the repository at this point in the history
…nfig.json
  • Loading branch information
zjp-CN committed Nov 26, 2024
1 parent 7b54138 commit 07eda01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:

- name: Fetch os-checker config JSONs
run: |
wget https://github.com/os-checker/database/releases/download/${{ env.TAG_REPOS_DEFAULT }}/repos-default.json
gh release download -R kern-crates/.github -p os-checker_config.json
# temporarily disable qclic/e1000e-frame
jq 'del(."qclic/e1000e-frame")' os-checker_config.json > repos-default.json
wget https://raw.githubusercontent.com/os-checker/os-checker/refs/heads/main/assets/repos-ui.json
echo '{"os-checker/os-checker":{}}' > repos.json
Expand Down

0 comments on commit 07eda01

Please sign in to comment.