From 5237c31d22f281b31e3c75e7a5b9b5e46a4a13a6 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Thu, 16 Feb 2023 14:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20calendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python.yml | 1 + calendar.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 calendar.json diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 11831f7..be22615 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,6 +26,7 @@ jobs: run: | export FILE_PATH="${{ vars.FILE_PATH }}" python main.py + cp calendar.json Resources/calendar.json - name: Commit changes uses: EndBug/add-and-commit@v9 diff --git a/calendar.json b/calendar.json new file mode 100644 index 0000000..ea21018 --- /dev/null +++ b/calendar.json @@ -0,0 +1,4 @@ +{ + "status": 0, + "data": {} +} \ No newline at end of file