Skip to content

Commit

Permalink
update data dir. in scraper workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 25, 2024
1 parent 9d773d5 commit cd52504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: scraper

- name: Scrape data from GitHub
run: pnpm start ${{ github.repository_owner }} data/github
run: pnpm start ${{ github.repository_owner }} ../../data/github
working-directory: scraper
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cd52504

Please sign in to comment.