Skip to content

Commit

Permalink
Move Action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf committed Jul 20, 2024
1 parent d6abb1e commit b4d3226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/update-emojimix-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install requests
- name: Generate compressed JSON
run: python scripts/fetch_emojimix_data.py
run: python .github/scripts/fetch_emojimix_data.py

- name: Compare files
id: compare
Expand All @@ -42,7 +42,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add ./assets/emojimix/emoji_data.json
git commit -m "Update emoji data [skip ci]"
git commit -m "Update emojimix data [skip ci]"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit b4d3226

Please sign in to comment.