Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matios102 committed Nov 29, 2024
1 parent 6f748c8 commit 0503ac1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
- name: Init swag
run: cd cmd/app; swag init --output ../../docs --dir ./,../../internal/api/http/utils,../../package/domain/schemas,../../

- name: Change dir
run: cd ../..
- name: Auto commit
run: |
git auto-commit -m "Update swagger docs" -a
- name: Upload swagger file
uses: actions/upload-artifact@v4
with:
path: docs/swagger.json

0 comments on commit 0503ac1

Please sign in to comment.