chore(xfer): update build plugin binaries workflow#614
Conversation
- Renamed all references of 'packer_plugin_vmware' to 'packer_plugin_vsphere' in the `build-and-persist-plugin-binary` action and related workflow. - Updated workflow metadata and formatting for clarity. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the plugin build workflow to use the correct naming convention, replacing all references from packer_plugin_vmware to packer_plugin_vsphere to align with the repository and project name. The changes also standardize workflow metadata and formatting.
Changes:
- Renamed binary artifact references from
packer_plugin_vmwaretopacker_plugin_vspherein the build action - Updated workflow and action metadata with descriptive names and YAML front matter
- Removed copyright headers to align with the formatting pattern of other workflow files in the repository
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/build_plugin_binaries.yml | Updated workflow name, added descriptive comment, and standardized YAML formatting with front matter |
| .github/actions/build-and-persist-plugin-binary/action.yml | Renamed all binary artifacts from packer_plugin_vmware to packer_plugin_vsphere, updated action name, and added YAML front matter |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
build-and-persist-plugin-binaryaction and related workflow.Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information