Skip to content

Commit 14b8f12

Browse files
committed
fix: update emoji-test data download URL to use latest version
1 parent 7bedde0 commit 14b8f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emoji-data-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Download emoji-test data
3535
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
36+
curl -s -o ../../emojify/src/test/resources/io/wax911/emojify/core/emoji-test.txt https://unicode.org/Public/emoji/latest/emoji-test.txt
3737
3838
- name: Setup Python
3939
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)