mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
fmt code
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
1c12588232
commit
bfb2426127
2 changed files with 3 additions and 3 deletions
|
@ -64,8 +64,8 @@ export const parseConfig = (env: Env): Config => {
|
|||
input_files: parseInputFiles(env.INPUT_FILES || ""),
|
||||
input_draft: env.INPUT_DRAFT ? env.INPUT_DRAFT === "true" : undefined,
|
||||
input_preserve_order: env.INPUT_PRESERVE_ORDER
|
||||
? env.INPUT_PRESERVE_ORDER == "true"
|
||||
: undefined,
|
||||
? env.INPUT_PRESERVE_ORDER == "true"
|
||||
: undefined,
|
||||
input_prerelease: env.INPUT_PRERELEASE
|
||||
? env.INPUT_PRERELEASE == "true"
|
||||
: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue