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 30bed17 commit dd00e56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/generate-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ jobs:
permissions:
contents: write
if: ${{ needs.changes.outputs.proto == 'true' }}
container: ghcr.io/cosmos/proto-builder:0.14.0

steps:
- uses: actions/checkout@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Generate Swagger File
run: |
git config --global --add safe.directory /workspace
make proto-swagger-gen
sh ./scripts/protoc-swagger-gen.sh
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit dd00e56

Please sign in to comment.