Update douban.yml
This commit is contained in:
parent
cfac7581f0
commit
05d0d5f415
6
.github/workflows/douban.yml
vendored
6
.github/workflows/douban.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
id: 269131915
|
id: 269131915
|
||||||
type: movie
|
type: movie
|
||||||
format: csv
|
format: csv
|
||||||
dir: ./data/douban
|
dir: ./douban
|
||||||
|
|
||||||
- name: music
|
- name: music
|
||||||
uses: lizheming/doumark-action@master
|
uses: lizheming/doumark-action@master
|
||||||
@ -26,10 +26,10 @@ jobs:
|
|||||||
id: 269131915
|
id: 269131915
|
||||||
type: music
|
type: music
|
||||||
format: csv
|
format: csv
|
||||||
dir: ./data/douban
|
dir: ./douban
|
||||||
|
|
||||||
- name: Commit
|
- name: Commit
|
||||||
uses: EndBug/add-and-commit@v8
|
uses: EndBug/add-and-commit@v8
|
||||||
with:
|
with:
|
||||||
message: 'chore: update douban data'
|
message: 'chore: update douban data'
|
||||||
add: './data/douban'
|
add: './douban'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user