Skip to content

feat: added set info on gear and altered ingredient #6

feat: added set info on gear and altered ingredient

feat: added set info on gear and altered ingredient #6

name: Generate Mapping
on:
push:
branches: [main]
workflow_dispatch:
jobs:
generate-mapping:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python 3.12
run: uv python install 3.12
- name: Install dependencies
run: uv sync
- name: Run generate_mapping.py
run: uv run scripts/generate_mapping.py
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "chore: Update mapping [skip ci]"