quike

Results 4 issues of quike

We are coming from https://github.com/mergeability/mergeable/issues/554 The purpose of the issue would be to build and publish a new docker mergeable image with the new version after the release is completed....

### 📜 Description Currently documentation defines that: > Namespaces must be sequences of [a-zA-Z0-9], possibly separated by -, at most 63 characters in total. Namespace names are case insensitive and...

bug
area:catalog

**Describe the bug** Core here: https://github.com/actions/toolkit/blob/main/packages/core/src/core.ts#L153 ```js export function getInput(name: string, options?: InputOptions): string { const val: string = process.env[`INPUT_${name.replace(/ /g, '_').toUpperCase()}`] || '' ... ``` Current @action/core getInput replaces...

bug

This change is for https://github.com/actions/toolkit/issues/2034