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 f5094d9 commit 47173c5
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); BODY="Changes in gflanguages lead to the following glyphset definition changes:\n\n\n"; BODY+='```'; BODY+="\n$DIFF\n"; BODY+='```'; BODY+="\n"; echo $BODY > BODY; gh issue create --title "Changes in gflanguages data" -F 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$DIFF\n"; echo $BODY > BODY; gh issue create --title "Changes in gflanguages data" --body-file BODY --label "dependencies"

0 comments on commit 47173c5

Please sign in to comment.