From 5c11ae6b22f0e1a842bf2ea72849792a2c09443b Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Tue, 5 Mar 2024 13:08:22 -0800 Subject: [PATCH] Fix opensearch-dashboards-functional-test version increment Signed-off-by: Prudhvi Godithi --- .github/workflows/osd-increment-plugin-versions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/osd-increment-plugin-versions.yml b/.github/workflows/osd-increment-plugin-versions.yml index 98e7815a44..4363bcca5e 100644 --- a/.github/workflows/osd-increment-plugin-versions.yml +++ b/.github/workflows/osd-increment-plugin-versions.yml @@ -168,7 +168,7 @@ jobs: package.json - name: Create Pull Request for opensearch-dashboards-functional-test if: ${{ matrix.entry.repo == 'opensearch-dashboards-functional-test' }} - id: cpr + id: cprft uses: peter-evans/create-pull-request@v5 with: token: ${{ steps.github_app_token.outputs.token }} @@ -190,5 +190,5 @@ jobs: package.json - name: Check outputs run: |- - echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" + echo "Pull Request Number - ${{ steps.cprft.outputs.pull-request-number }}" + echo "Pull Request URL - ${{ steps.cprft.outputs.pull-request-url }}"