From 46b4efef5f7d5a18ff980c01fd42c59991d91302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simard?= Date: Fri, 9 Aug 2024 15:21:03 -0400 Subject: [PATCH] Added fix to force the GitHub runner to output all the `echo` commands --- .github/workflows/add_new_or_updated_feeds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add_new_or_updated_feeds.yml b/.github/workflows/add_new_or_updated_feeds.yml index a01d5d0a..eb1b2fae 100644 --- a/.github/workflows/add_new_or_updated_feeds.yml +++ b/.github/workflows/add_new_or_updated_feeds.yml @@ -97,6 +97,7 @@ jobs: pip install gtfs_kit --quiet pip install unidecode --quiet + set -x # this should force GitHub to output every echo commands echo "BEGIN" sections=$(echo '${{ steps.process-csv.outputs.PYTHON_SCRIPT_ARGS }}' | sed 's/""/"/g' | sed "s/’/'/g" | awk -F'§' '{for (i=1; i<=NF; i++) print $i}')