From 316114b7aefd911fda66d51f6a45796b665408d6 Mon Sep 17 00:00:00 2001 From: arielly-parussulo Date: Thu, 27 Apr 2023 21:13:17 -0300 Subject: [PATCH] update index --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 4573f4db..b595cac6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62847,7 +62847,8 @@ async function startEc2Instance(label, githubRegistrationToken) { IamInstanceProfile: { Name: config.input.iamRoleName }, TagSpecifications: config.tagSpecifications, Placement: { - Tenancy: 'host' + Tenancy: 'host', + HostId: 'h-00f82bda389004cae' } };