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'