Skip to content

Beet rework

Beet rework #5

Workflow file for this run

name: 🏷️ Update Metadata
on: ["pull_request"]
permissions:
contents: write
jobs:
update:
name: ⚙️ Generate Metadata
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: fregante/setup-git-user@v2
- uses: pdm-project/setup-pdm@v4
with:
cache: true
- run: pdm install
- name: Generate Metadata
run: pdm run meta update