From 5ed84a8e71b8ddb4d20ee46336e7a121e0dc01b1 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:17:28 -0500 Subject: [PATCH] Update scraper.yml --- .github/workflows/scraper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 9b3ed30..8f6641e 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -117,7 +117,7 @@ jobs: run: | git config --global user.name "Quatalog Updater" git config --global user.email "github_actions@quatalog.com" - git add courses + git add courses searchable_catalog.json git commit -m "$(date)" || exit 0 git push