Skip to content

Commit

Permalink
Update deploy_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felibatista authored Mar 13, 2024
1 parent 002885e commit 07b99a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
doc: 8a3faaa0-eb97-463e-a8ce-d684df716998
token: ${{secrets.DEPLOY_API_KEY}}
file: /backend/wwwroot/swagger/v1/swagger.yml
file: backend/wwwroot/swagger/v1/swagger.yaml
api-diff:
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump.sh
Expand All @@ -37,7 +37,7 @@ jobs:
with:
doc: 8a3faaa0-eb97-463e-a8ce-d684df716998
token: ${{secrets.DEPLOY_API_KEY}}
file: /backend/wwwroot/swagger/v1/swagger.yml
file: backend/wwwroot/swagger/v1/swagger.yaml
command: diff
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 07b99a2

Please sign in to comment.