mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
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:
committed by
Tristan Partin
parent
8901ce9c99
commit
900f391115
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user