Skip to content

Commit d71a240

Browse files
Fix opensearch-dashboards-functional-test version increment update with unique id. (#4503)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent bddcb74 commit d71a240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/osd-increment-plugin-versions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
package.json
169169
- name: Create Pull Request for opensearch-dashboards-functional-test
170170
if: ${{ matrix.entry.repo == 'opensearch-dashboards-functional-test' }}
171-
id: cpr
171+
id: cprft
172172
uses: peter-evans/create-pull-request@v5
173173
with:
174174
token: ${{ steps.github_app_token.outputs.token }}
@@ -190,5 +190,5 @@ jobs:
190190
package.json
191191
- name: Check outputs
192192
run: |-
193-
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
194-
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
193+
echo "Pull Request Number - ${{ steps.cprft.outputs.pull-request-number }}"
194+
echo "Pull Request URL - ${{ steps.cprft.outputs.pull-request-url }}"

0 commit comments

Comments
 (0)