Skip to content

Commit

Permalink
Added fix to force the GitHub runner to output all the echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored Aug 9, 2024
1 parent 8bb9a0a commit 46b4efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_new_or_updated_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down

0 comments on commit 46b4efe

Please sign in to comment.