Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
experiment bump.sh diff fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Oct 7, 2021
1 parent 7c85616 commit e335c88
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ name: Diff
on:
pull_request:
branches:
- main
- develop

jobs:
api-diff:
name: Check diff on Bump
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Comment pull request with API diff
uses: bump-sh/github-action@v1
- uses: actions/checkout@v2
- uses: bump-sh/github-action@v1
with:
doc: 0772e3a7-2923-4d62-95e3-c4339c525968
doc: meilisearch
token: ${{secrets.BUMP_TOKEN}}
file: open-api.yaml
command: diff
Expand Down

0 comments on commit e335c88

Please sign in to comment.