From e36a94382b3b53b2352b0663f5ed590f42527a48 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Fri, 1 Dec 2023 16:31:14 -0300 Subject: [PATCH] chore: remove ending whitespaces when running scrapper on gh action https://github.com/translation/rails/issues/13#issuecomment-300482888 --- .github/workflows/scraper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index e74c3f13..271f0bb2 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -21,6 +21,7 @@ jobs: bundle exec rake scraper git config --global user.email "micarrera@cedarcode.com" git config --global user.name "MiCarrera" + sed -i -e 's/ $//' db/data/*.yml git add db/data git commit -m 'Scraper' git push -f origin HEAD:scraper