Skip to content

Commit

Permalink
Tried to changed metadata identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothee Christin committed Nov 10, 2023
1 parent 51f31bd commit 95cc920
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Notify Release
uses: ./integration-release-action
with:
integration_identifier: "packer/hashicorp/vsphere"
integration_identifier: "packer/powertim/vsphere"
release_version: ${{ github.event.inputs.version }}
release_sha: ${{ github.event.inputs.branch }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/notify-integration-release-via-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Notify Release
uses: ./integration-release-action
with:
integration_identifier: "packer/hashicorp/vsphere"
integration_identifier: "packer/powertim/vsphere"
release_version: ${{ needs.strip-version.outputs.packer-version }}
release_sha: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
integration {
name = "VMware vSphere"
description = "The vSphere plugin is able to create vSphere virtual machines for use with any VMware product."
identifier = "packer/hashicorp/vsphere"
identifier = "packer/powertim/vsphere"
flags = ["hcp-ready"]
component {
type = "builder"
Expand Down

0 comments on commit 95cc920

Please sign in to comment.