Skip to content

Commit

Permalink
changes to check
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 1, 2023
1 parent d7482b2 commit db802b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/hcloud"
integration_identifier: "packer/hetznercloud/hcloud"
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/hcloud"
integration_identifier: "packer/hetznercloud/hcloud"
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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ $ packer plugins install github.com/hetznercloud/hcloud

#### Builders

- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder
- [hcloud](/packer/integrations/hetznercloud/hcloud/latest/components/builder/hcloud) - The hcloud builder
lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then
export it as an image for later reuse.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ $ packer plugins install github.com/hetznercloud/hcloud

#### Builders

- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder
- [hcloud](/packer/integrations/hetznercloud/hcloud/latest/components/builder/hcloud) - The hcloud builder
lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then
export it as an image for later reuse.

0 comments on commit db802b1

Please sign in to comment.