From e07d81cf6a5f3beef94fc14acdb77b4a7a8fd46e Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 3 May 2024 15:20:49 +0200 Subject: [PATCH] Update checklang.yml --- .github/workflows/checklang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checklang.yml b/.github/workflows/checklang.yml index 48b20b3422..45172ad981 100644 --- a/.github/workflows/checklang.yml +++ b/.github/workflows/checklang.yml @@ -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); echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n\`\`\`$DIFF\n\`\`\`" > BODY; cat BODY; export BODY=$(cat BODY); 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); echo -e "Changes in gflanguages lead to the following glyphset definition changes:\n\n\\\`\\\`\\\`\n$DIFF\n\\\`\\\`\\\`" > BODY; cat BODY; export BODY=$(cat BODY); gh issue create --title "Changes in gflanguages data" --body "$BODY" --label "dependencies"