From 95cc9209770efa9dd0d524e14ed160a48e3a06ca Mon Sep 17 00:00:00 2001 From: Timothee Christin Date: Fri, 10 Nov 2023 21:40:07 +0100 Subject: [PATCH] Tried to changed metadata identifier --- .github/workflows/notify-integration-release-via-manual.yaml | 2 +- .github/workflows/notify-integration-release-via-tag.yaml | 2 +- .web-docs/metadata.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index cb54bea2..9770488c 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -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 }} diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index 331e9371..fa1b1a1f 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -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 }} diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 017cc2ad..66d670d6 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -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"