-
Notifications
You must be signed in to change notification settings - Fork 787
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Repro steps:
Expected behavior:
Uses Corretto
in codes.
Actual behavior:
Uses Coretto
in some codes.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working