actions: Fix item stats scraper
This commit is contained in:
4
.github/workflows/scraper.yml
vendored
4
.github/workflows/scraper.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Downloading jagex cache
|
- name: Downloading jagex cache
|
||||||
run: ./gradlew :cache-client:update --console=plain
|
run: ./gradlew :cache-client:update --console=plain
|
||||||
- name: Scraping item stats
|
- name: Scraping item stats
|
||||||
run: ./gradlew :wiki-scraper:npcStatsScrape --console=plain
|
run: ./gradlew :wiki-scraper:itemStatsScrape --console=plain
|
||||||
- name: Create item stats Pull Request
|
- name: Create item stats Pull Request
|
||||||
uses: peter-evans/create-pull-request@master
|
uses: peter-evans/create-pull-request@master
|
||||||
env:
|
env:
|
||||||
@@ -67,4 +67,4 @@ jobs:
|
|||||||
PULL_REQUEST_BRANCH: ITEM-STATS-UPDATE
|
PULL_REQUEST_BRANCH: ITEM-STATS-UPDATE
|
||||||
PULL_REQUEST_TITLE: 'Client: Update item stats'
|
PULL_REQUEST_TITLE: 'Client: Update item stats'
|
||||||
PULL_REQUEST_BODY: This is an auto-generated PR with changes from the OSRS wiki
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user