Skip to content

Update Tool Data

Update Tool Data #8399

# Github actions runner will run this script on a schedule
name: Update Tool Data
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *' # Runs every hour
jobs:
update-tool-data:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Update Tool Data
run: |
chmod +x ./Generators/update_tool_data.sh
./Generators/update_tool_data.sh
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
token: ${{ secrets.PRIVATE_TOKEN }}
labels: auto-generated
committer: 'WynntilsBot <[email protected]>'
author: 'WynntilsBot <[email protected]>'
commit-message: "chore: [auto-generated] Update tool data from upstream"
title: "chore: [auto-generated] Update tool data from upstream"
body: |
Upstream Wynncraft API has been updated with new tool data.
If new field types are introduced, please to not merge this PR until the Wynntils mod has been updated to support these changes.
This PR has been automatically generated.
branch: update-tool-data