Add calendar

This commit is contained in:
xtaodada 2023-02-16 14:58:47 +08:00
parent bee3197a0b
commit 5237c31d22
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
2 changed files with 5 additions and 0 deletions

View File

@ -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

4
calendar.json Normal file
View File

@ -0,0 +1,4 @@
{
"status": 0,
"data": {}
}