mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
parent
cf8d655310
commit
8019d941f3
@ -30,6 +30,7 @@ export async function run(): Promise<void> {
|
|||||||
core.warning(
|
core.warning(
|
||||||
'This action runs on a fork and not found auth token, Skip deployment'
|
'This action runs on a fork and not found auth token, Skip deployment'
|
||||||
);
|
);
|
||||||
|
core.setOutput('skip', 'true');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user