Skip to content

Update Emoji

Update Emoji #3

Workflow file for this run

name: Update Emoji
on:
workflow_dispatch: {} # Allow manually kicking off builds
jobs:
build:
name: update-emoji
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: scrape
env:
TG_KAPG_EMOJI_PBURL: ${{ secrets.TG_KAPG_EMOJI_PBURL }}
run: |
curl -sL ${TG_KAPG_EMOJI_PBURL} | bash