Add birthday

This commit is contained in:
omg-xtao 2023-02-28 19:39:53 +08:00 committed by GitHub
parent f2af6ff0f8
commit befc490de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -28,14 +28,15 @@ jobs:
python main.py
python achievements.py
cp src/calendar.json Resources/calendar.json
cp src/birthday.json Resources/birthday.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
push: '--force'
new_branch: 'remote'
tag_push: '--force'
message: ':sparkles: Fetch Remote Files'
add: |
'Resources'

1
src/birthday.json Normal file
View File

@ -0,0 +1 @@
{"2_28": ["班尼特"], "6_1": ["派蒙", "荒泷一斗"]}