Skip to content

Commit

Permalink
#542 Minor changes to CLDR emoji update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 25, 2025
1 parent d9b164c commit 042aa61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update_emojis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
mkdir -p src/scribe_data/unicode/cldr-annotations-full
CHANGES_EXIST=false
CHANGE_SUMMARY="| Language | Derived Changes | Full Changes |\n|----------|-----------------|--------------|"
CHANGE_SUMMARY="| Language ISO | Derived Full Changes | Full Changes |\n|:-------------|:---------------------|:-------------|"
# Use dynamic language list from previous step.
for lang in ${{ steps.get-langs.outputs.lang_list }}; do
Expand Down Expand Up @@ -133,15 +133,15 @@ jobs:
body: |
This PR updates the emoji annotations data from CLDR.
## Changes Summary
${{ steps.check-updates.outputs.change_summary }}
### Legend:
- Yes: File was updated
- New: File was newly added
- No: No changes
- No: No changes to the file
## Changes Summary
${{ steps.check-updates.outputs.change_summary }}
This is an automated PR created by the emoji data update workflow.
This is an automated PR created by the [emoji data update workflow](https://github.com/scribe-org/Scribe-Data/blob/main/.github/workflows/update_emojis.yaml).
branch: update-emoji-data # branch name
delete-branch: true
commit-message: "chore: Update emoji annotations data"
Expand Down

0 comments on commit 042aa61

Please sign in to comment.