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 d50d831 commit a50458f
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 @@ -16,6 +16,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 'chore: update scraped subjects data'
git push -f origin HEAD:scraper
Expand Down

0 comments on commit a50458f

Please sign in to comment.