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 6a2d8b7 commit 330a4ec
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 @@ -26,4 +26,4 @@ jobs:
pip freeze
sh build.sh
cd ..
diff -r glyphsets/data/results glyphsets2/data/results || export DIFF=$(diff -r glyphsets/data/results glyphsets2/data/results); export BODY="Changes in gflanguages lead to the following glyphset definition changes:\n\n$(diff -r glyphsets/data/results glyphsets2/data/results)\n"; gh issue create --title "Changes in gflanguages data" --label "dependencies" --body "$BODY"
diff -r glyphsets/data/results glyphsets2/data/results || export DIFF=$(diff -r glyphsets/data/results glyphsets2/data/results); export BODY="Changes in gflanguages lead to the following glyphset definition changes: $(diff -r glyphsets/data/results glyphsets2/data/results)"; gh issue create --title "Changes in gflanguages data" --label "dependencies" --body "$BODY"

0 comments on commit 330a4ec

Please sign in to comment.