feat: add default emojis

This commit is contained in:
2025-09-03 23:15:36 +02:00
parent 9eca54cbb5
commit 95ec96fe72
2 changed files with 65 additions and 10 deletions

View File

@@ -10,6 +10,12 @@ jobs:
name: Push frontend to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Wait
uses: NathanFirmo/wait-for-other-action@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: 'emojis.yml'
- name: Check out the repo
uses: actions/checkout@v3