From 129ef8c1d58d4177edf4639e33411f649166892e Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:57:47 -0800 Subject: [PATCH] Fixed automated api update bot for opensearch-py --- .github/workflows/update_api.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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