From ea0c8d6a3a84665260b47b2dc9f31efddf684b89 Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Fri, 4 Oct 2019 02:55:53 +0200 Subject: [PATCH] actions: Fix item stats scraper --- .github/workflows/scraper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index e77c8048d9..c04244ac91 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -59,7 +59,7 @@ jobs: - name: Downloading jagex cache run: ./gradlew :cache-client:update --console=plain - name: Scraping item stats - run: ./gradlew :wiki-scraper:npcStatsScrape --console=plain + run: ./gradlew :wiki-scraper:itemStatsScrape --console=plain - name: Create item stats Pull Request uses: peter-evans/create-pull-request@master env: @@ -67,4 +67,4 @@ jobs: PULL_REQUEST_BRANCH: ITEM-STATS-UPDATE PULL_REQUEST_TITLE: 'Client: Update item stats' PULL_REQUEST_BODY: This is an auto-generated PR with changes from the OSRS wiki - COMMIT_MESSAGE: 'Client: Update item stats' \ No newline at end of file + COMMIT_MESSAGE: 'Client: Update item stats'