Log versions

This commit is contained in:
Uladzimir Havenchyk 2022-08-01 23:29:49 +03:00
parent 2ebb54b081
commit d5ec80f88a
No known key found for this signature in database
GPG key ID: CAE771D3036BED13
2 changed files with 2 additions and 0 deletions

View file

@ -106,6 +106,7 @@ export async function printEnvDetailsAndSetOutput() {
const output = await getToolVersion(tool, ['--version']);
core.setOutput(`${tool}-version`, output);
core.info(`${tool} version is ${output}`);
});
await Promise.all(promises);