actions: Fix item stats scraper

This commit is contained in:
Owain van Brakel
2019-10-04 02:55:53 +02:00
committed by GitHub
parent 4f65abd694
commit ea0c8d6a3a

View File

@@ -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'
COMMIT_MESSAGE: 'Client: Update item stats'