Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
arielly-parussulo committed Apr 28, 2023
1 parent 8300c05 commit 316114b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};

Expand Down

0 comments on commit 316114b

Please sign in to comment.