diff --git a/.github/workflows/douban.yml b/.github/workflows/douban.yml index e31aac5..4b053e1 100644 --- a/.github/workflows/douban.yml +++ b/.github/workflows/douban.yml @@ -18,7 +18,7 @@ jobs: id: 269131915 type: movie format: csv - dir: ./data/douban + dir: ./douban - name: music uses: lizheming/doumark-action@master @@ -26,10 +26,10 @@ jobs: id: 269131915 type: music format: csv - dir: ./data/douban + dir: ./douban - name: Commit uses: EndBug/add-and-commit@v8 with: message: 'chore: update douban data' - add: './data/douban' + add: './douban'