Skip to content

Commit

Permalink
chore: remove ending whitespaces when running scrapper on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Dec 6, 2023
1 parent daec7c7 commit e36a943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e36a943

Please sign in to comment.