Skip to content

Use configured category model for subcategories (#396) #380

Use configured category model for subcategories (#396)

Use configured category model for subcategories (#396) #380

name: Duster Fix
# Commits made in here will not trigger any workflows
# Checkout Duster's documentation for a workaround
on:
push:
jobs:
duster:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: "Duster Fix"
uses: tighten/duster-action@v1
with:
args: fix
- uses: stefanzweifel/git-auto-commit-action@v4
id: auto_commit_action
with:
commit_message: Apply fixes from Duster
commit_user_name: GitHub Action
commit_user_email: [email protected]