From 944fa1f50bf327834c056ff40edf2a989cf45776 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Thu, 18 Jul 2024 19:30:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7:=20Check=20that=20file=20has=20bee?= =?UTF-8?q?n=20patched=20successully=20(part=201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add_identifiers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index 8ff87a55f5..e432d83a7c 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -28,6 +28,7 @@ jobs: TABLE_PRINTER_PATH=$(ruby -e 'puts Gem::Specification.find_by_name("fastlane").gem_dir')/match/lib/match/table_printer.rb if [ -f "$TABLE_PRINTER_PATH" ]; then sed -i "" "/puts(Terminal::Table.new(params))/d" "$TABLE_PRINTER_PATH" + cat $TABLE_PRINTER_PATH else echo "table_printer.rb not found" exit 1