Skip to content

Commit fba6295

Browse files
author
GitHub Actions
committed
Update dist
1 parent 01556c0 commit fba6295

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160417,7 +160417,8 @@ async function startEc2Instance(label, githubRegistrationToken) {
160417160417

160418160418
const runInstancesCommand = new RunInstancesCommand(params);
160419160419

160420-
ec2.send(runInstancesCommand, (err, data) => {
160420+
console.log("beforesend")
160421+
await ec2.send(runInstancesCommand, (err, data) => {
160421160422
if (err) {
160422160423
console.log(err, err.stack);
160423160424
core.error(`AWS EC2 instance failed to start - error: ${err}`)
@@ -160428,6 +160429,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
160428160429
return ec2InstanceIds;
160429160430
}
160430160431
});
160432+
console.log("aftersend")
160431160433
}
160432160434

160433160435
async function terminateEc2Instance() {

0 commit comments

Comments
 (0)