We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1505cf8 commit bc81d80Copy full SHA for bc81d80
1 file changed
dist/index.js
@@ -160451,6 +160451,8 @@ async function terminateEc2Instance() {
160451
}
160452
160453
async function waitForInstanceRunning(ec2InstanceId) {
160454
+ core.info(`waitForInstanceRunning: ${ec2InstanceId}`)
160455
+ core.info(`region: ${process.env.AWS_REGION}`)
160456
const ec2 = new EC2Client();
160457
160458
try {
0 commit comments