Skip to content

Commit

Permalink
Merge pull request #7 from junjie-w/develop
Browse files Browse the repository at this point in the history
Merge Develop into Main
  • Loading branch information
junjie-w committed Dec 24, 2024
2 parents 545fbf6 + d87c0e3 commit 11127e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
cd apps/${{ github.event.inputs.api-name }}
RESPONSE=$(curl -s -w "\n%{http_code}" -X POST \
"https://api.swaggerhub.com/apis/${{ env.USERNAME }}/sample-${{ github.event.inputs.api-name }}/${{ github.event.inputs.api-version }}" \
RESPONSE=$(curl -s -w "\n%{http_code}" -X PUT \
"https://app.swaggerhub.com/apis/${{ env.USERNAME }}/sample-${{ github.event.inputs.api-name }}/${{ github.event.inputs.api-version }}" \
-H "Authorization: ${SWAGGERHUB_API_KEY}" \
-H "Content-Type: application/json" \
-d @openapi-spec.json)
Expand Down

0 comments on commit 11127e5

Please sign in to comment.