mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-26 04:00:08 +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 }}
|
||||
svg_path: images/starcharts.svg
|
||||
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