Skip to content

Commit

Permalink
Fix opensearch-dashboards-functional-test version increment
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Mar 5, 2024
1 parent bddcb74 commit 5c11ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/osd-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}"

0 comments on commit 5c11ae6

Please sign in to comment.