From ee872c16c69a37a9164524053eec44e3bd2906a9 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Wed, 5 Jun 2024 22:56:57 +0200 Subject: [PATCH] aoeuaosenthu --- .github/workflows/cli-build-instructions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-build-instructions.yml b/.github/workflows/cli-build-instructions.yml index 94f4bae78..6f4f4737a 100644 --- a/.github/workflows/cli-build-instructions.yml +++ b/.github/workflows/cli-build-instructions.yml @@ -346,7 +346,7 @@ jobs: # Look for changes affecting the first two fields of UnicodeData.txt (code point and name). sed 's/^\([^;]*;[^;]*\);.*$/\1/' unicodetools/mine/src/unicodetools/data/ucd/dev/UnicodeData.txt > merged-repertoire.txt sed 's/^\([^;]*;[^;]*\);.*$/\1/' base/unicodetools/data/ucd/dev/UnicodeData.txt > base-repertoire.txt - DIFF=diff base-repertoire.txt merged-repertoire.txt + DIFF=(diff base-repertoire.txt merged-repertoire.txt) echo "REPERTOIRE_CHANGED=$DIFF" >> "$GITHUB_ENV" - name: Get the CLDR_REF from pom.xml id: cldr_ref