1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

chore: Update tests status badge to README

This commit is contained in:
hustcer
2025-02-16 21:37:50 +08:00
parent 88ea2aed5e
commit 55958cd4a9
3 changed files with 13 additions and 3 deletions

View File

@@ -75,8 +75,8 @@ jobs:
if: runner.os == 'macOS' && matrix.version == '*' && github.ref == 'refs/heads/main'
shell: nu {0}
run: |
let gist_id = 'b99391ee59016b17d0befe3331387e89'
let filename = 'test-summary.json'
let gist_id = 'b99391ee59016b17d0befe3331387e89'
let data = {
files: {
@@ -90,9 +90,9 @@ jobs:
--redirect-mode 'follow'
--content-type 'application/json'
--headers {
'Authorization': $'Bearer ${{ secrets.GITHUB_TOKEN }}'
'Accept': 'application/vnd.github+json'
'X-GitHub-Api-Version': '2022-11-28'
'Accept': 'application/vnd.github+json'
'Authorization': $'Bearer ${{ secrets.GH_PAT }}'
}
$'https://api.github.com/gists/($gist_id)'
) | ignore