mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 15:43:38 +08:00
Updated
This commit is contained in:
parent
45a6d6c690
commit
d37f260f24
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ function gh_validate_env( $key, $custom_message ) {
|
|||
$custom_message = sprintf( $custom_message, $key );
|
||||
$custom_message = '🚩 ' . $custom_message;
|
||||
gh_log_red( $custom_message );
|
||||
shell_exec( 'exit;' );
|
||||
exit;
|
||||
}
|
||||
return gh_env( $key );
|
||||
|
|
Loading…
Reference in a new issue