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 aac408a commit c2a3781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:
RUST_LOG: info
CARGO_TERM_COLOR: always
TAG_REPOS_DEFAULT: cache-v8.redb
DOCS_URL: ${{ vars.DOCS_URL }}
OS_CHECKER_CONFIGS: repos-default.json repos-ui.json repos.json

Expand All @@ -31,7 +30,9 @@ jobs:
- name: Install os-checker
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
jq "map({(.):{}}) | add" list-test.json > repos.json
Expand Down

0 comments on commit c2a3781

Please sign in to comment.