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:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user