Skip to content

fix(kafkaschema): poll 404 #888

fix(kafkaschema): poll 404

fix(kafkaschema): poll 404 #888

Workflow file for this run

name: generate files
on:
pull_request: {}
permissions:
contents: write
jobs:
generate:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: install goimports
run: |
go install golang.org/x/tools/cmd/goimports@latest
- run: curl https://get.trunk.io -fsSL | bash
- name: generate files
run: make generate
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(userconfigs): generate files"