Added requirements input
This commit is contained in:
parent
a8dee21ad0
commit
d22b0c4203
|
@ -21,6 +21,10 @@ inputs:
|
||||||
description: 'Specify a file path for .spec file'
|
description: 'Specify a file path for .spec file'
|
||||||
required: False
|
required: False
|
||||||
default: ""
|
default: ""
|
||||||
|
requirements:
|
||||||
|
description: 'Specify a file path for requirements.txt file'
|
||||||
|
required: False
|
||||||
|
default: "requirements.txt"
|
||||||
outputs:
|
outputs:
|
||||||
output:
|
output:
|
||||||
description: 'The output of PyInstaller'
|
description: 'The output of PyInstaller'
|
||||||
|
|
Loading…
Reference in New Issue