Skip to content

Commit

Permalink
😠
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jan 2, 2024
1 parent ef47394 commit 3be3694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Generate Swagger File
run: mkdir -p ./tmp-swagger-gen && make proto-swagger-gen
run: |
mkdir -p ./tmp-swagger-gen
touch ./tmp-swagger-gen/config.json
make proto-swagger-gen
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 3be3694

Please sign in to comment.