Update Emoji.yml

This commit is contained in:
alantang 2025-06-19 14:20:22 +08:00 committed by GitHub
parent 5e51da6fd4
commit 0e1b1a1cbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: 更新替换Emoji
on:
push:
paths:
- 'emojis/**'
- 'emoji/**'
workflow_dispatch:
jobs:
@ -19,7 +19,7 @@ jobs:
- name: Run emoji manager
run: |
cd emojis
cd emoji
python emoji_manager.py
- name: Commit and push changes