Skip to content

Commit bc81d80

Browse files
author
GitHub Actions
committed
Update dist
1 parent 1505cf8 commit bc81d80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160451,6 +160451,8 @@ async function terminateEc2Instance() {
160451160451
}
160452160452

160453160453
async function waitForInstanceRunning(ec2InstanceId) {
160454+
core.info(`waitForInstanceRunning: ${ec2InstanceId}`)
160455+
core.info(`region: ${process.env.AWS_REGION}`)
160454160456
const ec2 = new EC2Client();
160455160457

160456160458
try {

0 commit comments

Comments
 (0)