Skip to content

Commit c9055a8

Browse files
show userdata
1 parent de1eb7f commit c9055a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aws.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async function startEc2Instance(label, githubRegistrationToken) {
3333

3434
const userData = buildUserDataScript(githubRegistrationToken, label);
3535

36+
core.info(userData)
3637
const params = {
3738
ImageId: config.input.ec2ImageId,
3839
InstanceType: config.input.ec2InstanceType,

0 commit comments

Comments
 (0)