diff --git a/src/main.ts b/src/main.ts index 9492bdc..1964f95 100644 --- a/src/main.ts +++ b/src/main.ts @@ -30,6 +30,7 @@ export async function run(): Promise { core.warning( 'This action runs on a fork and not found auth token, Skip deployment' ); + core.setOutput('skip', 'true'); return; } }