Chenge in action.yaml file

This commit is contained in:
Sergey-Murtazin 2022-01-19 18:21:35 +03:00
parent 741f2fd714
commit 2fbf77bfdc
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ export async function run() {
// since getting unstable versions should be explicit
let stable = (core.getInput('stable') || 'true').toUpperCase() === 'TRUE';
core.info(`Setup go ${stable ? 'stable' : ''} version spec ${versionSpec}`);
core.info(`Setup go${stable ? ' stable ' : ' '}version spec ${versionSpec}`);
if (versionSpec) {
let token = core.getInput('token');