From 900f39111507bc058bd541b66deddd66d6473443 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Tue, 21 May 2024 18:27:30 -0500 Subject: [PATCH] Make postgres_version action input default to a string This is "required" by GitHub Actions, though they must do some coersion on their side. --- .github/actions/neon-project-create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/neon-project-create/action.yml b/.github/actions/neon-project-create/action.yml index 4039a58b9e..16759ad038 100644 --- a/.github/actions/neon-project-create/action.yml +++ b/.github/actions/neon-project-create/action.yml @@ -10,7 +10,7 @@ inputs: default: aws-us-east-2 postgres_version: description: 'Postgres version; default is 15' - default: 15 + default: '15' api_host: description: 'Neon API host' default: console-stage.neon.build