Skip to content

submit: Recreate navigation comment if deleted externally (#1006) #1116

submit: Recreate navigation comment if deleted externally (#1006)

submit: Recreate navigation comment if deleted externally (#1006) #1116

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
name: Check out repository
- uses: jdx/mise-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Go cache
uses: ./.github/actions/go-cache
- run: mise run generate
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
with:
fail-fast: true