From 05d0d5f415260bc6a098d03453d3536b56e5cf20 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 6 Nov 2023 03:35:05 +0800 Subject: [PATCH] Update douban.yml --- .github/workflows/douban.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'