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 67a1429 commit 4b14360
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\n\u0060\u0060\u0060\n'; export BODY.="$DIFF"; export BODY.='\n\u0060\u0060\u0060\n'; gh issue create --title "Changes in gflanguages data" --body "$BODY" --label "dependencies"
diff -r glyphsets/data/results glyphsets2/data/results || export DIFF=$(diff -r glyphsets/data/results glyphsets2/data/results); BODY='Changes in gflanguages lead to the following glyphset definition changes:\n\n\n\u0060\u0060\u0060\n'; BODY+="$DIFF"; BODY+='\n\u0060\u0060\u0060\n'; gh issue create --title "Changes in gflanguages data" --body "$BODY" --label "dependencies"

0 comments on commit 4b14360

Please sign in to comment.