diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 017030e..cc51dd1 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -25,6 +25,8 @@ jobs: - name: Run scraper run: | + pwd + find . # Usage: CourseOfferingsScraper ./bin/CourseOfferingScraper \ ./quacs-data/semester_data \ @@ -42,8 +44,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd ./quatalog-data - git config user.name "Quatalog Updater" - git config user.email "github_actions@quatalog.com" + git config --global user.name "Quatalog Updater" + git config --global user.email "github_actions@quatalog.com" git config --unset-all http.https://github.com/.extraheader git add terms_offered.json prerequisites.json terms_list.json catalog.json git commit -m "$(date)" || exit 0