Skip to content

Commit

Permalink
Replace BrandonRomano with hashicorp
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Aug 8, 2023
1 parent b0db037 commit 1ccb16d
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/BrandonRomano/hashicups'
integration_identifier: 'packer/hashicorp/hashicups'
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 @@ -34,7 +34,7 @@ jobs:
- name: Notify Release
uses: ./integration-release-action
with:
integration_identifier: 'packer/BrandonRomano/hashicups'
integration_identifier: 'packer/hashicorp/hashicups'
release_version: ${{ github.ref_name }}
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 @@ -3,7 +3,7 @@
integration {
name = "HashiCups"
description = "The HashiCups plugin is a reference plugin for learning how to use HashiCorp Packer."
identifier = "packer/BrandonRomano/hashicups"
identifier = "packer/hashicorp/hashicups"
component {
type = "data-source"
name = "Coffees"
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ run-hashicups-api:
build-docs: install-packer-sdc
@if [ -d ".docs" ]; then rm -r ".docs"; fi
@packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/"
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "BrandonRomano"
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp"
@rm -r ".docs"

0 comments on commit 1ccb16d

Please sign in to comment.