Skip to content

Commit

Permalink
Update checklang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed May 3, 2024
1 parent cda0249 commit 0d44122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
sh build.sh
cd ..
cd glyphsets
diff -r data/results ../glyphsets2/data/results || echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n" > BODY; echo -e "`diff -r data/results ../glyphsets2/data/results`" >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY; rm BODY
diff -r data/results ../glyphsets2/data/results || echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n" > BODY; echo -e '```' >> BODY; echo -e "`diff -r data/results ../glyphsets2/data/results`" >> BODY; echo -e '```' >> BODY; cat BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY; rm BODY

0 comments on commit 0d44122

Please sign in to comment.