Skip to content

Commit

Permalink
Fixed automated api update bot for opensearch-py
Browse files Browse the repository at this point in the history
  • Loading branch information
saimedhi authored Feb 5, 2024
1 parent 54e2fb6 commit 129ef8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: nox -s generate
- name: Update CHANGELOG
uses: jacobtomlinson/gha-find-replace@v3
if: ${{ steps.cpr.outputs.pull-request-number != '' }}
with:
find: "- Your contribution here."
replace: "- Updated opensearch-py to reflect the latest OpenSearch API spec.\n- Your contribution here."
Expand Down Expand Up @@ -57,4 +56,4 @@ jobs:
base: main
signoff: true
labels: |
autocut
autocut

0 comments on commit 129ef8c

Please sign in to comment.