We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e994f22 commit c4507d4Copy full SHA for c4507d4
.github/workflows/emoji-data-updater.yml
@@ -27,7 +27,10 @@ jobs:
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: Set working directory
32
+ run: cd ${{ env.WORKING_DIR }}
33
34
- name: Setup Python
35
uses: actions/setup-python@v5
36
with:
@@ -44,9 +47,7 @@ jobs:
44
47
env:
45
48
PYTHONUNBUFFERED: 1
46
49
EMOJI_VERSION: ${{ env.VERSION }}
- run: |
- cd ${{ env.WORKING_DIR }}
- poetry run python emoji_generator/generator.py
50
+ run: poetry run python emoji_generator/generator.py
51
52
- name: Push Changes and Create PR
53
uses: peter-evans/create-pull-request@v7
0 commit comments