Delete .github/workflows/emoji manager.yml

This commit is contained in:
alantang 2025-06-19 14:27:14 +08:00 committed by GitHub
parent 624b6f46be
commit e19d074c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
name: Emoji Manager
on:
push:
paths:
- 'emojis/**'
workflow_dispatch:
jobs:
emoji-replacement:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run emoji manager
run: |
cd emojis
python emoji_manager.py
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: update emoji output'
branch: ${{ github.ref }}