Polish 5 (#3579)
This commit is contained in:
parent
78a98d0d18
commit
5af851af08
9 changed files with 264 additions and 117 deletions
8
.github/workflows/openapi-gen.yml
vendored
8
.github/workflows/openapi-gen.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.REPO_GHA_PAT }}
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
@ -59,7 +60,12 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
# Pull latest changes with rebase to avoid merge commits
|
||||
git pull --rebase origin develop
|
||||
|
||||
# Commit and push
|
||||
git commit -m "Update OpenAPI documentation" openapi.json
|
||||
git push
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_GHA_PAT }}
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_GHA_PAT }}
|
Loading…
Add table
Add a link
Reference in a new issue