Skip to content

Commit

Permalink
Add newline to Actions log for better reading
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Feb 23, 2024
1 parent e4becd6 commit fe93a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduler_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
bundle exec rake get_data_from_earth
if [ "`cat tmp/number_of_dojos`" -lt "1000" ] ; then
echo "ERROR: NUMBER_OF_DOJOS=`cat tmp/number_of_dojos` should be 1000+. Something went wrong."
echo "ERROR: NUMBER_OF_DOJOS=`cat tmp/number_of_dojos`"
echo "This number should be 1000+. Something went wrong."
exit 1
fi
Expand Down

0 comments on commit fe93a44

Please sign in to comment.