We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594bed4 commit 63d75a8Copy full SHA for 63d75a8
.github/workflows/emoji-data-updater.yml
@@ -24,6 +24,10 @@ jobs:
24
echo "VERSION=$(echo \"$LATEST_RELEASE\" | grep -oP '(?<=emojibase-data@)\d+\.\d+\.\d+')" >> $GITHUB_ENV
25
echo "RELEASE_URL=$RELEASE_URL" >> $GITHUB_ENV
26
27
+ - name: Download emoji-test data
28
+ run: |
29
+ curl -s -o emojify/src/test/resources/io/wax911/emojify/core/emoji-test.txt https://unicode.org/Public/emoji/${{ env.VERSION }}/emoji-test.txt
30
+
31
- name: Setup Python
32
uses: actions/setup-python@v5
33
with:
0 commit comments