Describe the bug

A dot is appended to the debug print making the link broken
Related command
azcliversion
Errors
Error: Please enter a valid azure cli version.
See available versions: https://github.com/Azure/azure-cli/releases.
Error: Error: Please enter a valid azure cli version.
See available versions: https://github.com/Azure/azure-cli/releases.
Issue script & Debug output
not relevant
Expected behavior
Links that work
Environment Summary
azure-cli version 2.69.0
running in https://github.com/marketplace/actions/azure-cli-action version v2.1.0
Additional context
fix here:
if (!(await checkIfValidCLIVersion(azcliversion))) {
core.error('Please enter a valid azure cli version. \nSee available versions: https://github.com/Azure/azure-cli/releases');
throw new Error('Please enter a valid azure cli version. \nSee available versions: https://github.com/Azure/azure-cli/releases')
}
in src/main.ts line 43-46