From 5299209b5859c02d4a243cbb3ac477c1f23a45e1 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Thu, 1 Feb 2024 18:30:01 -0800 Subject: [PATCH] Added an automated api update bot for opensearch-py Signed-off-by: saimedhi --- .github/workflows/update_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 58deb8af..70f69f48 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -31,7 +31,7 @@ jobs: if: ${{ steps.cpr.outputs.pull-request-number != '' }} with: find: "- Your contribution here." - replace: "- Updated opensearch-py to reflect the latest OpenSearch API spec ([#${{steps.cpr.outputs.pull-request-number}}](https://github.com/saimedhi/opensearch-py/pull/${{steps.cpr.outputs.pull-request-number}}))\n- Your contribution here." + replace: "- Updated opensearch-py to reflect the latest OpenSearch API spec.\n- Your contribution here." include: "**CHANGELOG.md" - name: Get current date id: date