Skip to content

Commit

Permalink
OH2-246 Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Nov 21, 2023
1 parent a5480a6 commit 23354bb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ jobs:
- name: Generate OpenAPI yaml
run: mvn springdoc-openapi:generate

- name: Update PR with OpenAPI specs changes (if any)
uses: gr2m/create-or-update-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit-message: "GitHub Action: update openapi"
path: "openapi"
branch: ${{ steps.extract_branch.outputs.branch }}
#TODO: FIX OH2-246
# - name: Update PR with OpenAPI specs changes (if any)
# uses: gr2m/create-or-update-pull-request-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# commit-message: "GitHub Action: update openapi"
# path: "openapi"
# branch: ${{ steps.extract_branch.outputs.branch }}

0 comments on commit 23354bb

Please sign in to comment.