Skip to content

Commit e2fe06e

Browse files
committed
be consistent about writing out command from intermediate obj
Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
1 parent 42f641f commit e2fe06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
executable: 'cosign',
624624
args: [...verifyResult.cosignArgs, '--bundle', path.relative(inplocalExportDir, verifyResult.bundlePath), path.relative(inplocalExportDir, artifactPath)]
625625
};
626-
core.info(`cosign ${verifyResult.cosignArgs.join(' ')} --bundle ${path.relative(inplocalExportDir, verifyResult.bundlePath)} ${path.relative(inplocalExportDir, artifactPath)}`);
626+
core.info(`${cmd.executable} ${cmd.args.join(' ')}`);
627627
verifyCommands.push(cmd);
628628
}
629629
core.setOutput('verify-commands', JSON.stringify(verifyCommands));

0 commit comments

Comments
 (0)