Skip to content

fix: allow files inputs in playground#14650

Open
elevatebart wants to merge 2 commits intodevelopfrom
14584-error-for-file-on-playground
Open

fix: allow files inputs in playground#14650
elevatebart wants to merge 2 commits intodevelopfrom
14584-error-for-file-on-playground

Conversation

@elevatebart
Copy link
Contributor

closes #14584

res = moment().startOf("day").add(res, "seconds").toString()
} else if (type === "ARRAY") {
res = JSON.stringify(res).toString();
} else if (type === "BOOLEAN" && type === undefined) {
@github-actions
Copy link
Contributor

🐋 Docker image

ghcr.io/kestra-io/kestra-pr:14650
docker run --pull=always --rm -it -p 8080:8080 --user=root -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp ghcr.io/kestra-io/kestra-pr:14650 server local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To review

Development

Successfully merging this pull request may close these issues.

Error for FILE on playground

1 participant