File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1515 description : ' PR number to comment on (for testing the comment logic)'
1616 type : string
1717 default : ' '
18+ test_version :
19+ description : ' Version for comment (e.g., v3.5.0-next.1)'
20+ type : string
21+ default : ' '
22+ test_packages :
23+ description : ' Packages for comment (e.g., {webex,@webex/plugin-meetings})'
24+ type : string
25+ default : ' '
26+
1827
1928env :
2029 rid : ${{ github.run_id }}-${{ github.run_number }}
@@ -445,8 +454,8 @@ jobs:
445454 if : ${{ steps.pr.outputs.pull_request_number != '' }}
446455 uses : actions/github-script@v7
447456 env :
448- INPUT_VERSION : ${{ needs.publish-tag.outputs.package_version || 'v0.0.0-dry-run' }}
449- INPUT_PACKAGES : ${{ needs.generate-package-matrix.outputs.node-recursive }}
457+ INPUT_VERSION : ${{ needs.publish-tag.outputs.package_version || inputs.test_version || 'v0.0.0-dry-run' }}
458+ INPUT_PACKAGES : ${{ needs.generate-package-matrix.outputs.node-recursive || inputs.test_packages }}
450459 INPUT_PR_NUMBER : ${{ steps.pr.outputs.pull_request_number }}
451460 INPUT_PACKAGE_NAME : ${{ needs.publish-tag.outputs.package_name || 'webex' }}
452461 with :
Original file line number Diff line number Diff line change @@ -1266,3 +1266,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
12661266## License
12671267
12681268© 2016-2025 Cisco and/or its affiliates. All Rights Reserved.
1269+
Original file line number Diff line number Diff line change @@ -140,3 +140,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
140140## License
141141
142142© 2016-2025 Cisco and/or its affiliates. All Rights Reserved.
143+
Original file line number Diff line number Diff line change @@ -161,3 +161,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
161161## License
162162
163163© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.
164+
You can’t perform that action at this time.
0 commit comments