Skip to content

Update Prompt JSON

Update Prompt JSON #1

name: Update Prompt JSON
permissions:
contents: write
on:
schedule:
- cron: '0 14 * * 6' # 每周六晚上22:00 (UTC+8)
jobs:
update_prompt_json:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # 检出完整的提交历史
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Update Prompt JSON
run: |
python build_all_yiyan_prompt.py