diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 34f99a07..4c56c693 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -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." @@ -57,4 +56,4 @@ jobs: base: main signoff: true labels: | - autocut \ No newline at end of file + autocut