Skip to content

Commit

Permalink
fix(action): Move memory argument
Browse files Browse the repository at this point in the history
Memory is only used as part of the execution step.

Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jan 14, 2025
1 parent d724ded commit 5bec354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ inputs:
description: If to run the unikernel.
required: false
default: "false"
memory:
description: Set the memory size. String of format "1M"/"1G"/"1K"
required: false
timeout:
description: Timeout for the unikernel.
required: false
Expand All @@ -88,9 +91,6 @@ inputs:
args:
description: Arguments to pass to the unikernel.
required: false
memory:
description: Set the memory size. String of format "1M"/"1G"/"1K"
required: false
name:
description: Set the name of the output.
required: true
Expand Down

0 comments on commit 5bec354

Please sign in to comment.