From ee5d9391930954fec8893cc43f0508aa4f97a887 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada Date: Tue, 30 Jan 2024 17:38:41 -0800 Subject: [PATCH] updated Signed-off-by: Sai Medhini Reddy Maryada --- .github/workflows/update_file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_file.yml b/.github/workflows/update_file.yml index 08012de8..4b9d369f 100644 --- a/.github/workflows/update_file.yml +++ b/.github/workflows/update_file.yml @@ -57,8 +57,8 @@ jobs: if: ${{ steps.cpr.outputs.pull-request-number != '' }} with: branch: automated-api-update - find: "Your contribution here." - replace: "12345678910" + 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." include: "**CHANGELOG.md" - name: Commit and Push if: ${{ steps.cpr.outputs.pull-request-number != '' }}