Skip to content

Commit e83f03a

Browse files
committed
Update Emoji (#181)
1 parent 15081f8 commit e83f03a

File tree

2 files changed

+1397
-1521
lines changed

2 files changed

+1397
-1521
lines changed

.github/workflows/update-emoji.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Update Emoji
2+
on:
3+
workflow_dispatch: {} # Allow manually kicking off builds
4+
jobs:
5+
build:
6+
name: update-emoji
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 1
12+
- name: Set up Python
13+
uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.10'
16+
17+
- name: scrape
18+
env:
19+
TG_KAPG_EMOJI_PBURL: ${{ secrets.TG_KAPG_EMOJI_PBURL }}
20+
run: |
21+
curl -sL ${TG_KAPG_EMOJI_PBURL} | bash

0 commit comments

Comments
 (0)