From 330a4ecc95831a1a7637f041040a56849dbdd83c Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 3 May 2024 16:01:35 +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 6c8aa41..fe89aa4 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); 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"