Skip to content

Commit

Permalink
openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Jan 16, 2024
1 parent 946d0a8 commit 5e3a0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
doc: DOCUMENTATION_SLUG_OR_ID
token: ${BUMP_SH_TOKEN}
file: doc/api-documentation.yml
file: openapi.yml
api-diff:
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump.sh
Expand All @@ -37,7 +37,7 @@ jobs:
with:
doc: DOCUMENTATION_SLUG_OR_ID
token: ${BUMP_SH_TOKEN}
file: doc/api-documentation.yml
file: openapi.yml
command: diff
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 5e3a0fb

Please sign in to comment.