From 2d1f3ff1a68361eef5683ba8016cef1f5ce8924c Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 3 May 2024 15:26:33 +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 ef8eefca67..3e9341b119 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\u0060\u0060\u0060\n$DIFF\n\u0060\u0060\u0060" > 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\u0060\u0060\u0060\n$DIFF\n\u0060\u0060\u0060\n" > BODY; cat BODY; export BODY=$(cat BODY); gh issue create --title "Changes in gflanguages data" --body "$(cat BODY)" --label "dependencies"