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 fbf3462 commit c5927a7
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 @@ -19,6 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bundle exec rake scraper
sed -i -e 's/ $//' db/data/*.yml
git add db/data
git commit -m 'Test scraper'
git push -f origin HEAD:test-scraper
Expand Down

0 comments on commit c5927a7

Please sign in to comment.