Skip to content

Commit

Permalink
feat(ci): commit generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Dec 20, 2024
1 parent 2343544 commit f63f9b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
- run: go install golang.org/x/tools/cmd/goimports@latest

- run: gogenitor --out . --specs ./openapi.json

- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
with:
add: .
message: "chore: generate code"
default_author: github_actions

0 comments on commit f63f9b5

Please sign in to comment.