diff --git a/src/main.ts b/src/main.ts index 06ff25c..18080ca 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ import * as stateHelper from './state-helper'; export async function run(): Promise { try { if (os.platform() !== 'linux') { - throw new Error('Only supported on linux platform'); + core.warning('This action is intented for linux platform. You may experience problems.'); } const {registry, username, password, logout} = getInputs();