From adcdff912c388ed9e102120d3924c258265ae285 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Thu, 25 Jan 2024 11:29:52 -0800 Subject: [PATCH] updated Signed-off-by: saimedhi --- .github/workflows/update_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_file.yml b/.github/workflows/update_file.yml index 54cca7c1..8e95b8fc 100644 --- a/.github/workflows/update_file.yml +++ b/.github/workflows/update_file.yml @@ -52,7 +52,7 @@ jobs: if: ${{ steps.cpr.outputs.pull-request-number != '' }} with: include: CHANGELOG.md - find: "\\contribution" + find: "\\ contribution" replace: "- Updated opensearch-py to reflect the latest OpenSearch API spec ([#${{steps.cpr.outputs.pull-request-number}}](https://github.com/opensearch-project/opensearch-py/pull/${{steps.cpr.outputs.pull-request-number}}))\n- Your contribution here." - name: Commit and Push if: ${{ steps.cpr.outputs.pull-request-number != '' }}