Skip to content

Commit 86ec2b4

Browse files
replace scaffolding with gridscale
1 parent 7753317 commit 86ec2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notify-integration-release-via-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
# The integration identifier will be used by the Packer team to register the integration
4646
# the expected format is packer/<GitHub Org Name>/<plugin-name>
47-
integration_identifier: "packer/hashicorp/scaffolding"
47+
integration_identifier: "packer/gridscale/gridscale"
4848
release_version: ${{ github.event.inputs.version }}
4949
release_sha: ${{ github.event.inputs.branch }}
5050
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/notify-integration-release-via-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
# The integration identifier will be used by the Packer team to register the integration
5050
# the expected format is packer/<GitHub Org Name>/<plugin-name>
51-
integration_identifier: "packer/hashicorp/scaffolding"
51+
integration_identifier: "packer/gridscale/gridscale"
5252
release_version: ${{ needs.strip-version.outputs.packer-version }}
5353
release_sha: ${{ github.ref }}
5454
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)