From 27727b1a004668cb43c3c5f1dea1149f415d31bd Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:21:11 -0500 Subject: [PATCH] Update scraper.yml --- .github/workflows/scraper.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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