mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-22 22:52:58 +08:00
Updated
This commit is contained in:
parent
0ebc881062
commit
5bfdab47a9
1 changed files with 1 additions and 0 deletions
|
@ -62,3 +62,4 @@ gh_log( gh_input( 'VALUE2' ) );
|
|||
gh_log( gh_input( 'VALUE3' ) );
|
||||
gh_log( gh_input( 'VALUE4', 'DEFAULT_VALUE' ) );
|
||||
gh_validate_input( 'VALUE5', 'Sorry Can\'t Process VALUE5 Input Is Required' );
|
||||
gh_validate_input( 'VALUE6' );
|
||||
|
|
Loading…
Reference in a new issue