mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-08-05 03:24:57 +08:00
fix
This commit is contained in:
1
.github/stars.svg
vendored
1
.github/stars.svg
vendored
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 40 KiB |
23
.github/workflows/stars.yml
vendored
23
.github/workflows/stars.yml
vendored
@@ -1,23 +0,0 @@
|
|||||||
name: 星标历史
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * 0" # 每周日 UTC 0:00
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
chart:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v7
|
|
||||||
|
|
||||||
- name: Generate star history
|
|
||||||
uses: wanan9999/stars@v1
|
|
||||||
with:
|
|
||||||
owner: ${{ github.repository_owner }}
|
|
||||||
repo: ${{ github.event.repository.name }}
|
|
||||||
language: zh
|
|
||||||
token: ${{ secrets.GH_PAT }}
|
|
||||||
Reference in New Issue
Block a user