We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bedde0 commit 14b8f12Copy full SHA for 14b8f12
.github/workflows/emoji-data-updater.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Download emoji-test data
35
run: |
36
- curl -s -o ../../emojify/src/test/resources/io/wax911/emojify/core/emoji-test.txt https://unicode.org/Public/emoji/${{ env.VERSION }}/emoji-test.txt
+ curl -s -o ../../emojify/src/test/resources/io/wax911/emojify/core/emoji-test.txt https://unicode.org/Public/emoji/latest/emoji-test.txt
37
38
- name: Setup Python
39
uses: actions/setup-python@v5
0 commit comments