Make postgres_version action input default to a string

This is "required" by GitHub Actions, though they must do some coersion
on their side.
This commit is contained in:
Tristan Partin
2024-05-21 18:27:30 -05:00
committed by Tristan Partin
parent 8901ce9c99
commit 900f391115

View File

@@ -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