change - to _
ci / docker (push) Failing after 32s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-28 01:27:32 +01:00
parent 34efacd03b
commit 9f8cc93d45
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ inputs:
project:
description: 'The project name used to deploy'
required: true
entry-point:
entry_point:
description: 'The entrypoint file for the deployment'
required: true
exclude:

2
run.ts
View File

@ -61,7 +61,7 @@ const command = new Deno.Command("deployctl", {
args: [
"deploy",
...flags,
getEnv("ENTRY-POINT") || getEnv("ENTRYPOINT", true, "An entrypoint is required!!"),
getEnv("ENTRY_POINT") || getEnv("ENTRYPOINT", true, "An entrypoint is required!!"),
],
stdout: "piped",
stderr: "piped",