gitea add
This commit is contained in:
parent
ea6dbc3cbb
commit
d208168a45
43
.gitea/workflows/douban.yml
Normal file
43
.gitea/workflows/douban.yml
Normal file
@ -0,0 +1,43 @@
|
||||
# .github/workflows/douban.yml
|
||||
name: douban
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 * * * *"
|
||||
|
||||
jobs:
|
||||
douban:
|
||||
name: Douban mark data sync
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: movie
|
||||
uses: lizheming/doumark-action@master
|
||||
with:
|
||||
id: 269131915
|
||||
type: movie
|
||||
format: csv
|
||||
dir: ./
|
||||
|
||||
- name: music
|
||||
uses: lizheming/doumark-action@master
|
||||
with:
|
||||
id: 269131915
|
||||
type: music
|
||||
format: csv
|
||||
dir: ./
|
||||
|
||||
- name: book
|
||||
uses: lizheming/doumark-action@master
|
||||
with:
|
||||
id: 269131915
|
||||
type: book
|
||||
format: csv
|
||||
dir: ./
|
||||
|
||||
- name: Commit
|
||||
uses: EndBug/add-and-commit@v8
|
||||
with:
|
||||
message: 'chore: update douban data'
|
||||
add: './'
|
||||
Loading…
Reference in New Issue
Block a user