Skip to content

Commit

Permalink
chore: rename input id to input name
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 31, 2024
1 parent 34eb611 commit 504f265
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ id: update_postgres
namespace: io.kestra.jdbc.postgres

inputs:
- name: sslRootCert
- id: sslRootCert
type: STRING
- name: sslCert
- id: sslCert
type: STRING
- name: sslKey
- id: sslKey
type: STRING

tasks:
Expand Down

0 comments on commit 504f265

Please sign in to comment.