mirror of
https://github.com/doocs/advanced-java.git
synced 2025-04-01 12:30:16 +08:00
chore: update workflow and vercel config
This commit is contained in:
parent
7065c1b303
commit
137e2010a0
2
.github/workflows/starcharts.yml
vendored
2
.github/workflows/starcharts.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
|||||||
github_token: ${{ secrets.ACTION_TOKEN }}
|
github_token: ${{ secrets.ACTION_TOKEN }}
|
||||||
svg_path: images/starcharts.svg
|
svg_path: images/starcharts.svg
|
||||||
commit_message: "chore: auto update starcharts"
|
commit_message: "chore: auto update starcharts"
|
||||||
stars_change: "50"
|
stars_change: ${{ secrets.STARS_CHANGE }}
|
||||||
|
5
vercel.json
Normal file
5
vercel.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"github": {
|
||||||
|
"silent": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user