Description:
The codes should use Corretto rather than Coretto.
For example, src/distributions/corretto/installer.ts contains the below line,
console.time('Retrieving available versions for Coretto took'); // eslint-disable-line no-console
Coretto is a typo, and Corretto is expected.
Task version:
v3
Platform:
Runner type:
Repro steps:
Expected behavior:
Uses Corretto in codes.
Actual behavior:
Uses Coretto in some codes.