mirror of
https://github.com/sokai/gh-stars.git
synced 2025-10-11 07:50:40 +02:00
Compare commits
No commits in common. "3ae76ca40d1a9a28a9e879587c9fe14fd07ce0a8" and "3a3a2304fdcb9da5a6f299621b6b64ba3c4688aa" have entirely different histories.
3ae76ca40d
...
3a3a2304fd
5 changed files with 3807 additions and 6902 deletions
2
.github/workflows/update-by-lang.yml
vendored
2
.github/workflows/update-by-lang.yml
vendored
|
@ -2,7 +2,7 @@ name: Update by language
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0/30 * * * *
|
- cron: 0 0 * * *
|
||||||
jobs:
|
jobs:
|
||||||
update-by-language:
|
update-by-language:
|
||||||
name: update awesome-stars
|
name: update awesome-stars
|
||||||
|
|
2
.github/workflows/update-by-list.yml
vendored
2
.github/workflows/update-by-list.yml
vendored
|
@ -2,7 +2,7 @@ name: Update by list
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0/30 * * * *
|
- cron: "0 0 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
update-by-list:
|
update-by-list:
|
||||||
name: update awesome-stars
|
name: update awesome-stars
|
||||||
|
|
2
.github/workflows/update-by-topic.yml
vendored
2
.github/workflows/update-by-topic.yml
vendored
|
@ -2,7 +2,7 @@ name: Update by topic
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0/30 * * * *
|
- cron: 0 0 * * *
|
||||||
jobs:
|
jobs:
|
||||||
update-by-topic:
|
update-by-topic:
|
||||||
name: update awesome-stars
|
name: update awesome-stars
|
||||||
|
|
4015
by-language.md
4015
by-language.md
File diff suppressed because it is too large
Load diff
6688
by-topic.md
6688
by-topic.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue